diff options
author | Rob Herring | 2012-08-29 17:16:55 +0200 |
---|---|---|
committer | Rob Herring | 2012-09-14 16:21:59 +0200 |
commit | ce91574c202b8581ad15bfb1427af824f462c3d2 (patch) | |
tree | 96e4b07e59ca403d2b52d9dc5df852033db42149 /arch/arm/mach-mv78xx0 | |
parent | ARM: shmobile: move custom gpio functions to sh-gpio.h (diff) | |
download | kernel-qcow2-linux-ce91574c202b8581ad15bfb1427af824f462c3d2.tar.gz kernel-qcow2-linux-ce91574c202b8581ad15bfb1427af824f462c3d2.tar.xz kernel-qcow2-linux-ce91574c202b8581ad15bfb1427af824f462c3d2.zip |
ARM: orion: move custom gpio functions to orion-gpio.h
Move custom orion platforms gpio code to orion-gpio to remove the
dependency on mach/gpio.h.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/mach-mv78xx0')
-rw-r--r-- | arch/arm/mach-mv78xx0/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/irq.c b/arch/arm/mach-mv78xx0/irq.c index eff9a750bbe2..4d720f2aedba 100644 --- a/arch/arm/mach-mv78xx0/irq.c +++ b/arch/arm/mach-mv78xx0/irq.c @@ -11,6 +11,7 @@ #include <linux/kernel.h> #include <linux/irq.h> #include <mach/bridge-regs.h> +#include <plat/orion-gpio.h> #include <plat/irq.h> #include "common.h" |