]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: fsl-mc: cleanup: move dpbp and dpcon cmd headers
authorStuart Yoder <stuart.yoder@nxp.com>
Mon, 17 Oct 2016 18:42:18 +0000 (13:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 07:48:54 +0000 (09:48 +0200)
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>
drivers/staging/fsl-mc/bus/dpbp-cmd.h [moved from drivers/staging/fsl-mc/include/dpbp-cmd.h with 100% similarity]
drivers/staging/fsl-mc/bus/dpbp.c
drivers/staging/fsl-mc/bus/dpcon-cmd.h [moved from drivers/staging/fsl-mc/include/dpcon-cmd.h with 100% similarity]
drivers/staging/fsl-mc/bus/fsl-mc-allocator.c

index 5d4cd812a400ff724ca0d6a7fbb1094225c0ec69..b392745a4f833bd6ea0c5da083959cc93b11a9ce 100644 (file)
@@ -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.
index e93ab53bae6763bcf5bec35ddb75013e3950acd9..cf1014822906fbb22d3823ce4cb0a7517617a32a 100644 (file)
@@ -12,9 +12,9 @@
 #include <linux/msi.h>
 #include "../include/mc-bus.h"
 #include "../include/mc-sys.h"
-#include "../include/dpbp-cmd.h"
-#include "../include/dpcon-cmd.h"
 
+#include "dpbp-cmd.h"
+#include "dpcon-cmd.h"
 #include "fsl-mc-private.h"
 
 #define FSL_MC_IS_ALLOCATABLE(_obj_type) \