projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a91de
)
arm: vt8500: Fixup for missing gpio.h
author
Tony Prisk
<linux@prisktech.co.nz>
Tue, 25 Sep 2012 17:47:19 +0000
(
05:47
+1200)
committer
Olof 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-vt8500/vt8500.c
b/arch/arm/mach-vt8500/vt8500.c
index 44949935444984bd451c5922226a130ca009dbe0..587ea950d08b322966dce1ab3150fa42af59c1c0 100644
(file)
--- 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"