MIPS: ath79: Fix compilation error when CONFIG_PCI is disabled
authorStefan Hengelein <stefan.hengelein@fau.de>
Mon, 20 Oct 2014 13:11:39 +0000 (15:11 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 22 Oct 2014 21:16:59 +0000 (23:16 +0200)
commit44da7623e307bba3eefd7eaf11e605e15a923d72
treee7e7ce37629a4b5e0c3d09218938b349c303edd5
parentcd3d6438b4cdbe39fe8daf1a0abeebabcf9521d5
MIPS: ath79: Fix compilation error when CONFIG_PCI is disabled

When CONFIG_PCI is disabled, 'db120_pci_init()' had a different
signature than when was enabled. Therefore, compilation failed when
CONFIG_PCI was not present.

arch/mips/ath79/mach-db120.c:132: error: too many arguments to function 'db120_pci_init'

This error was found with vampyr.

Signed-off-by: Stefan Hengelein <stefan.hengelein@fau.de>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: geert@linux-m68k.org
Patchwork: https://patchwork.linux-mips.org/patch/8119/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/mach-db120.c