From: Stefan Wahren Date: Mon, 6 Mar 2017 19:24:57 +0000 (+0000) Subject: staging: vchiq_utils: Don't include headers twice X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8d2aa8bff9249f5d317b77d110bb0bb12700a330;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: vchiq_utils: Don't include headers twice There is no need to include types.h and vmalloc.h twice. This issue has been found by make includecheck. Signed-off-by: Stefan Wahren Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h index e63964f5a18a..5a1540d349d3 100644 --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h @@ -44,7 +44,6 @@ #include #include #include -#include #include #include #include @@ -52,7 +51,6 @@ #include #include /* for time_t */ #include -#include #include "vchiq_if.h"