diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-08-29 11:16:55 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-14 10:21:59 -0400 |
commit | ce91574c202b8581ad15bfb1427af824f462c3d2 (patch) | |
tree | 96e4b07e59ca403d2b52d9dc5df852033db42149 /arch/arm/plat-orion/mpp.c | |
parent | 6679185909e79df85bd44fd964f80f36899d0880 (diff) |
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/plat-orion/mpp.c')
-rw-r--r-- | arch/arm/plat-orion/mpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-orion/mpp.c b/arch/arm/plat-orion/mpp.c index 3b1e17bd3d17..7740bb31d662 100644 --- a/arch/arm/plat-orion/mpp.c +++ b/arch/arm/plat-orion/mpp.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
15 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
16 | #include <mach/hardware.h> | 16 | #include <mach/hardware.h> |
17 | #include <plat/orion-gpio.h> | ||
17 | #include <plat/mpp.h> | 18 | #include <plat/mpp.h> |
18 | 19 | ||
19 | /* Address of the ith MPP control register */ | 20 | /* Address of the ith MPP control register */ |