From: Laurentiu Tudor Date: Thu, 22 Jun 2017 13:35:48 +0000 (+0300) Subject: staging: fsl-mc: drop useless #includes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bb4a64b79f3b9973316e775f6c2910a98b6a562a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- 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)