]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: ath79: Fix argument for the ap136_pc_init function
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 17 Jun 2013 07:42:11 +0000 (07:42 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jun 2013 19:26:56 +0000 (21:26 +0200)
commiteac6ee59371d863b47f49263b53d2f6e1807553f
tree66fcfa37b01f9246051467c0b6f4bdec7c910960
parent9e144351e5ee0ce751a3d6c44e548a8b2e2cd2ac
MIPS: ath79: Fix argument for the ap136_pc_init function

ap136_pci_init expects a u8 pointer as an argument.

Fixes the following build problem on a randconfig:
arch/mips/ath79/mach-ap136.c:151:2: error:
too many arguments to function 'ap136_pci_init'

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5476/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/mach-ap136.c