arm: vt8500: Fixup for missing gpio.h
authorTony Prisk <linux@prisktech.co.nz>
Tue, 25 Sep 2012 17:47:19 +0000 (05:47 +1200)
committerOlof Johansson <olof@lixom.net>
Sat, 29 Sep 2012 21:14:25 +0000 (14:14 -0700)
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@prisktech.co.nz>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-vt8500/vt8500.c

index 44949935444984bd451c5922226a130ca009dbe0..587ea950d08b322966dce1ab3150fa42af59c1c0 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/of_platform.h>
 
 #include <mach/restart.h>
-#include <mach/gpio.h>
 
 #include "common.h"