staging: fsl-mc: Consolidate bus core header files
authorBogdan Purcareata <bogdan.purcareata@nxp.com>
Tue, 16 Jan 2018 13:19:04 +0000 (15:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jan 2018 15:14:39 +0000 (16:14 +0100)
commit39d14e4e6166b918a76b46176884488b5dfb5dd4
treea37f1f6e1d990ec9a5e5e7843d4a707d9742442a
parentf69aed492ebc32b3d3518908fde28f91481906b4
staging: fsl-mc: Consolidate bus core header files

The DPAA2 objects involved (DPMNG, DPMCP, DPRC) are used by the fsl-mc
bus infrastructure only, so group the APIs and structs into
fsl-mc-private.h.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Reviewed-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 files changed:
drivers/staging/fsl-mc/bus/dpmcp-cmd.h [deleted file]
drivers/staging/fsl-mc/bus/dpmcp.c
drivers/staging/fsl-mc/bus/dpmcp.h [deleted file]
drivers/staging/fsl-mc/bus/dpmng-cmd.h [deleted file]
drivers/staging/fsl-mc/bus/dprc-cmd.h [deleted file]
drivers/staging/fsl-mc/bus/dprc-driver.c
drivers/staging/fsl-mc/bus/dprc.c
drivers/staging/fsl-mc/bus/dprc.h [deleted file]
drivers/staging/fsl-mc/bus/fsl-mc-bus.c
drivers/staging/fsl-mc/bus/fsl-mc-private.h
drivers/staging/fsl-mc/bus/mc-io.c
drivers/staging/fsl-mc/bus/mc-sys.c