aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-mc
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2017-06-27 17:41:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-29 16:38:52 +0200
commit5b4813cb1e8b2ce19fad4a0134b318f5ce3b85f0 (patch)
tree738b2d5f27cd77b3b9a20e701dbc3e7cd160807b /drivers/staging/fsl-mc
parentb93ad9a067e1515af42da7d56bc61f1a25075f94 (diff)
staging: fsl-mc: drop useless #includes
These couple of header files are not needed in the source so remove them. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc')
-rw-r--r--drivers/staging/fsl-mc/bus/fsl-mc-allocator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
index d34e2ff80e37..d9a06b968dc5 100644
--- a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
+++ b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
@@ -13,8 +13,6 @@
#include "../include/mc-bus.h"
#include "../include/mc-sys.h"
-#include "dpbp-cmd.h"
-#include "dpcon-cmd.h"
#include "fsl-mc-private.h"
static bool __must_check fsl_mc_is_allocatable(const char *obj_type)