summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/dprc-driver.c
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@nxp.com>2016-08-23 17:13:30 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 17:57:25 +0200
commit243444fb8cc0d066be81aee379f450a111f05dbd (patch)
treedc1015c9bb8b405992cdfc6ac990ac6bcdc78a8d /drivers/staging/fsl-mc/bus/dprc-driver.c
parent3640695569016dd9a1734df2fe3692d49cffb7ba (diff)
downloadlinux-243444fb8cc0d066be81aee379f450a111f05dbd.tar.bz2
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>
Diffstat (limited to 'drivers/staging/fsl-mc/bus/dprc-driver.c')
-rw-r--r--drivers/staging/fsl-mc/bus/dprc-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fsl-mc/bus/dprc-driver.c b/drivers/staging/fsl-mc/bus/dprc-driver.c
index 89d53daa3a32..576244bc18b8 100644
--- a/drivers/staging/fsl-mc/bus/dprc-driver.c
+++ b/drivers/staging/fsl-mc/bus/dprc-driver.c
@@ -16,6 +16,7 @@
#include <linux/interrupt.h>
#include <linux/msi.h>
#include "dprc-cmd.h"
+#include "fsl-mc-private.h"
struct dprc_child_objs {
int child_count;