kernel-fxtec-pro1x/arch/arm/mach-pxa/include/mach
Linus Walleij 9705e74671 ARM: pxa: fix various compilation problems
Due to commit 88f718e3fa
"ARM: pxa: delete the custom GPIO header" some drivers fail
compilation, for example like this:

In file included from sound/soc/pxa/spitz.c:28:0:
sound/soc/pxa/spitz.c: In function ‘spitz_ext_control’:
arch/arm/mach-pxa/include/mach/spitz.h:111:30: error:
‘PXA_NR_BUILTIN_GPIO’ undeclared (first use in this function)
 #define SPITZ_SCP_GPIO_BASE (PXA_NR_BUILTIN_GPIO)
(etc.)

This is caused by implicit inclusion of <mach/irqs.h> from
various board-specific headers under <mach/*> in the PXA
platform. So we take a sweep over these, and for every such
header that uses PXA_NR_BUILTIN_GPIO or PXA_GPIO_TO_IRQ()
we explicitly #include "irqs.h" so that we satisfy the
dependency in the board include file alone.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: stable@vger.kernel.org # v3.13+
Signed-off-by: Kevin Hilman <khilman@linaro.org>
2014-02-10 10:33:04 -08:00
..
addr-map.h
audio.h
balloon3.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
bitfield.h
colibri.h
corgi.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
csb726.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
dma.h
eseries-gpio.h
eseries-irq.h
generic.h cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreq 2013-04-08 13:02:31 +02:00
gumstix.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
h5000.h
hardware.h ARM: pxa: remove pxa95x support 2012-11-15 13:50:13 +01:00
hx4700.h
idp.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
io.h ARM: fix __io macro for PCMCIA 2012-04-05 11:29:55 -07:00
irqs.h ARM: pxa: remove pxa95x support 2012-11-15 13:50:13 +01:00
littleton.h
lpd270.h
lubbock.h ARM: pxa: fix USB gadget driver compilation regression 2013-12-28 15:18:34 -08:00
magician.h
mainstone.h
mfp-pxa2xx.h ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUT 2012-04-27 11:11:50 +08:00
mfp-pxa3xx.h
mfp-pxa25x.h
mfp-pxa27x.h ALSA: pxa27x: fix ac97 warm reset 2013-01-08 11:27:35 +00:00
mfp-pxa300.h
mfp-pxa320.h
mfp-pxa930.h
mfp.h
mioa701.h ARM: pxa: mioa701 add camera output enable gpio 2012-04-27 13:06:08 +08:00
mtd-xip.h
mxm8x10.h
palm27x.h
palmld.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
palmt5.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
palmtc.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
palmte2.h
palmtreo.h ARM: palmtreo: fix #ifdefs for leds-gpio device 2013-01-23 16:56:32 +08:00
palmtx.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
palmz72.h
pcm027.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
pcm990_baseboard.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
pm.h
poodle.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
pxa2xx-regs.h
pxa3xx-regs.h ARM: pxa: append the definition of CKENC 2012-08-20 13:51:45 +08:00
pxa3xx.h ARM: pxa: remove pxa95x support 2012-11-15 13:50:13 +01:00
pxa25x-udc.h
pxa25x.h
pxa27x-udc.h
pxa27x.h
pxa300.h
pxa320.h
pxa930.h
regs-ac97.h
regs-lcd.h
regs-ost.h ARM: sa11x0/pxa: convert OS timer registers to IOMEM 2012-07-09 17:37:35 +01:00
regs-rtc.h
regs-u2d.h
regs-uart.h
reset.h
sharpsl_pm.h
smemc.h ARM: PXA3xx: program the CSMSADRCFG register 2013-01-23 16:56:32 +08:00
spitz.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
timex.h
tosa.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
tosa_bt.h
trizeps4.h ARM: pxa: fix various compilation problems 2014-02-10 10:33:04 -08:00
udc.h ARM: move udc_pxa2xx.h to linux/platform_data 2012-11-16 11:35:30 +00:00
uncompress.h ARM: remove unused arch_decomp_wdog() 2013-01-11 10:54:03 +08:00
viper.h
vpac270.h
z2.h
zeus.h
zylonite.h