]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: PNX833x: PNX8335_PCI_ETHERNET_INT depends on CONFIG_SOC_PNX8335
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 9 Jul 2013 08:21:35 +0000 (09:21 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 5 Aug 2013 11:35:47 +0000 (13:35 +0200)
commit600937ba360c3d150261a6027fba6ced8d1f8561
treef6258d93684ed661223f2e7bd4866b43e6076907
parent0f85cf33fd37ce8d3591b971dd3c5d9555594ae5
MIPS: PNX833x: PNX8335_PCI_ETHERNET_INT depends on CONFIG_SOC_PNX8335

The PNX8335_PCI_ETHERNET_INT macro is defined in
arch/mips/include/asm/mach-pnx833x/irq-mapping.h
only if CONFIG_SOC_PNX8335 is selected.

Fixes the following randconfig problem:
arch/mips/pnx833x/common/platform.c:210:12:
error: 'PNX8335_PIC_ETHERNET_INT' undeclared here
(not in a function)

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5585/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pnx833x/common/platform.c