summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vt8500
diff options
context:
space:
mode:
authorTony Prisk2012-09-25 19:47:19 +0200
committerOlof Johansson2012-09-29 23:14:25 +0200
commit075954b1a935899865fd3f7b5cddef42b8b6d57e (patch)
treeea3093846166b067097f2c72942c1631c8147a9c /arch/arm/mach-vt8500
parentarm: vt8500: Update arch-vt8500 to devicetree support. (diff)
downloadkernel-qcow2-linux-075954b1a935899865fd3f7b5cddef42b8b6d57e.tar.gz
kernel-qcow2-linux-075954b1a935899865fd3f7b5cddef42b8b6d57e.tar.xz
kernel-qcow2-linux-075954b1a935899865fd3f7b5cddef42b8b6d57e.zip
arm: vt8500: Fixup for missing gpio.h
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>
Diffstat (limited to 'arch/arm/mach-vt8500')
-rw-r--r--arch/arm/mach-vt8500/vt8500.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-vt8500/vt8500.c b/arch/arm/mach-vt8500/vt8500.c
index 449499354449..587ea950d08b 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"