From 8d2aa8bff9249f5d317b77d110bb0bb12700a330 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Mon, 6 Mar 2017 19:24:57 +0000 Subject: [PATCH] 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 --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h | 2 -- 1 file changed, 2 deletions(-) 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"