diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-31 09:54:56 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-02 12:00:36 -0700 |
commit | 873e698067cfa21420576632e1c3387c0f90ce4a (patch) | |
tree | 676cf843a26352cf3425ad551fd5e414265ad93c /arch/arm/mach-omap1/gpio7xx.c | |
parent | 7136f8d88c08f18158b63777fb270b62788ed169 (diff) | |
download | linux-stable-873e698067cfa21420576632e1c3387c0f90ce4a.tar.gz linux-stable-873e698067cfa21420576632e1c3387c0f90ce4a.tar.bz2 linux-stable-873e698067cfa21420576632e1c3387c0f90ce4a.zip |
ARM: OMAP: Remove NEED_MACH_GPIO_H
Omap no longer needs this option, mach/gpio.h is
empty.
Also remove mach/irqs.h from gpio-omap.h and
include it directly from the related omap1
gpio init files.
Otherwise omap2+ build fails for MULTI_PLATFORM.
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
Cc: Liam Girdwood <lrg@ti.com>
Cc: alsa-devel@alsa-project.org
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/gpio7xx.c')
-rw-r--r-- | arch/arm/mach-omap1/gpio7xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/gpio7xx.c b/arch/arm/mach-omap1/gpio7xx.c index 958ce9acee95..f5819b2b7cbe 100644 --- a/arch/arm/mach-omap1/gpio7xx.c +++ b/arch/arm/mach-omap1/gpio7xx.c @@ -19,6 +19,8 @@ #include <linux/gpio.h> #include <linux/platform_data/gpio-omap.h> +#include <mach/irqs.h> + #define OMAP7XX_GPIO1_BASE 0xfffbc000 #define OMAP7XX_GPIO2_BASE 0xfffbc800 #define OMAP7XX_GPIO3_BASE 0xfffbd000 |