diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-08-29 10:16:55 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-14 09:21:59 -0500 |
commit | ce91574c202b8581ad15bfb1427af824f462c3d2 (patch) | |
tree | 96e4b07e59ca403d2b52d9dc5df852033db42149 /arch/arm/mach-orion5x/net2big-setup.c | |
parent | 6679185909e79df85bd44fd964f80f36899d0880 (diff) | |
download | blackbird-op-linux-ce91574c202b8581ad15bfb1427af824f462c3d2.tar.gz blackbird-op-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-orion5x/net2big-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/net2big-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/net2big-setup.c b/arch/arm/mach-orion5x/net2big-setup.c index 0180c393c711..3506f16c0bf2 100644 --- a/arch/arm/mach-orion5x/net2big-setup.c +++ b/arch/arm/mach-orion5x/net2big-setup.c @@ -25,6 +25,7 @@ #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <mach/orion5x.h> +#include <plat/orion-gpio.h> #include "common.h" #include "mpp.h" |