linux-stable/arch/mips/include/asm/mach-bcm63xx
Jonas Gorski 442209f31d MIPS: BCM63XX: Add missing include for bcm63xx_gpio.h
bcm63xx_gpio.h uses macros defined in bcm63xx_cpu.h without including it,
leading to the following build failure:

  CC [M]  drivers/mmc/core/cd-gpio.o
In file included from arch/mips/include/asm/mach-bcm63xx/gpio.h:4:0,
                 from arch/mips/include/asm/gpio.h:4,
                 from include/linux/gpio.h:30,
                 from drivers/mmc/core/cd-gpio.c:12:

arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h: In function 'bcm63xx_gpio_count':
arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h:10:2: error: implicit declaration of function 'bcm63xx_get_cpu_id'
arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h:11:7: error: 'BCM6358_CPU_ID' undeclared (first use in this function)
arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h:11:7: note: each undeclared identifier is reported only once for each function it appears in
arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h:13:7: error: 'BCM6338_CPU_ID' undeclared (first use in this function)
arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h:15:7: error: 'BCM6345_CPU_ID' undeclared (first use in this function)
arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h:17:7: error: 'BCM6368_CPU_ID' undeclared (first use in this function)
arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h:19:7: error: 'BCM6348_CPU_ID' undeclared (first use in this function)

make[7]: *** [drivers/mmc/core/cd-gpio.o] Error 1

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Cc: stable@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: Maxime Bizon <mbizon@freebox.fr>
Cc: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2012-05-15 17:47:52 +02:00
..
bcm63xx_board.h
bcm63xx_clk.h
bcm63xx_cpu.h MIPS: BCM63xx: Remove BCM6345 hacks to read base boot address 2011-12-07 22:03:04 +00:00
bcm63xx_cs.h
bcm63xx_dev_dsp.h
bcm63xx_dev_enet.h
bcm63xx_dev_pci.h
bcm63xx_dev_pcmcia.h MIPS: BCM63xx: Add PCMCIA & Cardbus support. 2009-09-30 21:47:01 +02:00
bcm63xx_dev_uart.h MIPS: BCM63xx: Add support for second uart. 2010-04-12 17:26:18 +01:00
bcm63xx_gpio.h MIPS: BCM63XX: Add missing include for bcm63xx_gpio.h 2012-05-15 17:47:52 +02:00
bcm63xx_io.h MIPS: BCM63XX: Introduce bcm_readq & bcm_writeq. 2011-12-07 22:03:03 +00:00
bcm63xx_irq.h MIPS: BCM63XX: Prepare irq code to handle different external irq hardware implementation. 2011-12-07 22:03:03 +00:00
bcm63xx_regs.h MIPS: BCM63xx: Fix GPIO set/get for BCM6345 2011-12-07 22:03:04 +00:00
bcm63xx_timer.h
bcm963xx_tag.h MIPS: BCM63XX: bcm963xx_tag.h: make crc fields integers 2012-01-09 18:23:30 +00:00
board_bcm963xx.h MIPS: BCM63xx: Add support for second uart. 2010-04-12 17:26:18 +01:00
cpu-feature-overrides.h MIPS: BCM63xx: Fix typo in cpu-feature-overrides file. 2010-04-12 17:26:18 +01:00
gpio.h MIPS: AR7, BCM63xx: fix gpio_to_irq() return value 2010-07-05 17:17:26 +01:00
ioremap.h MIPS: BCM63XX: Add support for bcm6368 CPU. 2011-12-07 22:03:04 +00:00
irq.h MIPS: BCM63XX: Prepare irq code to handle different external irq hardware implementation. 2011-12-07 22:03:03 +00:00
spaces.h MIPS: Move FIXADDR_TOP into spaces.h 2011-07-25 17:26:53 +01:00
war.h