diff options
| author | 2017-03-06 19:24:57 +0000 | |
|---|---|---|
| committer | 2017-03-09 19:06:36 +0100 | |
| commit | 8d2aa8bff9249f5d317b77d110bb0bb12700a330 (patch) | |
| tree | d09f26b3a8568cd63cb46c0694c38817bdbd3ad8 | |
| parent | staging: vc04_services: Clean up tests if NULL returned on failure (diff) | |
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 <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h | 2 |
1 files changed, 0 insertions, 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 <linux/jiffies.h> #include <linux/delay.h> #include <linux/string.h> -#include <linux/types.h> #include <linux/interrupt.h> #include <linux/random.h> #include <linux/sched/signal.h> @@ -52,7 +51,6 @@ #include <linux/uaccess.h> #include <linux/time.h> /* for time_t */ #include <linux/slab.h> -#include <linux/vmalloc.h> #include "vchiq_if.h" |
