[PATCH] arm: vt8500: Fixup for missing gpio.h
Tony Prisk
linux at prisktech.co.nz
Tue Sep 25 13:47:19 EDT 2012
mach/include/gpio.h was removed as part of the multiplatform-3.7
update. This patch removes the include from arch-vt8500/vt8500.c
Signed-off-by: Tony Prisk <linux at prisktech.co.nz>
---
arch/arm/mach-vt8500/vt8500.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-vt8500/vt8500.c b/arch/arm/mach-vt8500/vt8500.c
index 4494993..587ea95 100644
--- a/arch/arm/mach-vt8500/vt8500.c
+++ b/arch/arm/mach-vt8500/vt8500.c
@@ -32,7 +32,6 @@
#include <linux/of_platform.h>
#include <mach/restart.h>
-#include <mach/gpio.h>
#include "common.h"
--
1.7.9.5
More information about the linux-arm-kernel
mailing list