]> Pileus Git - ~andy/linux/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>
Fri, 21 Jun 2013 16:07:02 +0000 (18:07 +0200)
commit970cb7b963885afff070b315d85a56808bdf2788
tree33e5faff19fe85e0d16ce4aa18c5a9a6ce2681b3
parent9b1f812acb607bcdfafd8cacec89f9b736e2be0c
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