summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/dpbp.c
diff options
context:
space:
mode:
authorStuart Yoder2016-10-17 20:42:18 +0200
committerGreg Kroah-Hartman2016-10-25 09:48:54 +0200
commit824ebf182db01e705550bf4f031fabfc969a74bc (patch)
treecc37269e3febefb6aa02807f475a59690d37e405 /drivers/staging/fsl-mc/bus/dpbp.c
parentstaging: rtl8192x: fix bogus maybe-uninitialized warning (diff)
downloadkernel-qcow2-linux-824ebf182db01e705550bf4f031fabfc969a74bc.tar.gz
kernel-qcow2-linux-824ebf182db01e705550bf4f031fabfc969a74bc.tar.xz
kernel-qcow2-linux-824ebf182db01e705550bf4f031fabfc969a74bc.zip
staging: fsl-mc: cleanup: move dpbp and dpcon cmd headers
The dpbp and dpcon cmd header files should not be in the public include directory but should be private to the bus driver. 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/dpbp.c')
-rw-r--r--drivers/staging/fsl-mc/bus/dpbp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/dpbp.c b/drivers/staging/fsl-mc/bus/dpbp.c
index 5d4cd812a400..b392745a4f83 100644
--- a/drivers/staging/fsl-mc/bus/dpbp.c
+++ b/drivers/staging/fsl-mc/bus/dpbp.c
@@ -32,7 +32,8 @@
#include "../include/mc-sys.h"
#include "../include/mc-cmd.h"
#include "../include/dpbp.h"
-#include "../include/dpbp-cmd.h"
+
+#include "dpbp-cmd.h"
/**
* dpbp_open() - Open a control session for the specified object.