]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: fsl-mc: create private include for fsl-mc bus components
authorStuart Yoder <stuart.yoder@nxp.com>
Tue, 23 Aug 2016 22:13:30 +0000 (17:13 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 15:57:25 +0000 (17:57 +0200)
commit243444fb8cc0d066be81aee379f450a111f05dbd
treedc1015c9bb8b405992cdfc6ac990ac6bcdc78a8d
parent3640695569016dd9a1734df2fe3692d49cffb7ba
staging: fsl-mc: create private include for fsl-mc bus components

The mc-bus.h header file is intended to be public for system related
drivers that may need to make fsl-mc bus specific calls-- gic its,
smmu, vfio.  But, currently it contains definitions private/internal
to the fsl-mc bus itself.  Split those definitions out into a new
fsl-mc bus private header.

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dprc-driver.c
drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
drivers/staging/fsl-mc/bus/fsl-mc-bus.c
drivers/staging/fsl-mc/bus/fsl-mc-private.h [new file with mode: 0644]
drivers/staging/fsl-mc/include/mc-bus.h