diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2012-09-25 13:47:19 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-29 17:14:25 -0400 |
commit | 075954b1a935899865fd3f7b5cddef42b8b6d57e (patch) | |
tree | ea3093846166b067097f2c72942c1631c8147a9c /arch/arm/mach-vt8500/vt8500.c | |
parent | e9a91de7602a0a6999f23a2981db68b69aa695a7 (diff) |
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/vt8500.c')
-rw-r--r-- | arch/arm/mach-vt8500/vt8500.c | 1 |
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 @@ | |||
32 | #include <linux/of_platform.h> | 32 | #include <linux/of_platform.h> |
33 | 33 | ||
34 | #include <mach/restart.h> | 34 | #include <mach/restart.h> |
35 | #include <mach/gpio.h> | ||
36 | 35 | ||
37 | #include "common.h" | 36 | #include "common.h" |
38 | 37 | ||