diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2017-06-22 16:35:48 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-23 18:44:00 +0200 |
commit | bb4a64b79f3b9973316e775f6c2910a98b6a562a (patch) | |
tree | 0e975c87855355cc46805694d802153a45c3a0e7 | |
parent | 410ab9b5f8a925ce082ddd001c4e73aab8b699de (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>
-rw-r--r-- | drivers/staging/fsl-mc/bus/fsl-mc-allocator.c | 2 |
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 9291847b1d14..c2af5b570222 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) |