]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: BCM63XX: Call board_register_device from device_initcall()
authorMaxime Bizon <mbizon@freebox.fr>
Fri, 4 Nov 2011 18:09:27 +0000 (19:09 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 24 Nov 2011 10:42:31 +0000 (10:42 +0000)
commit17966f6a49633f0726d369d470014d7bb4a714cd
tree436cf6ea9ff8bc2083252a22ccd89cf0f4fc4525
parente1ba7503f342638ee851cba77226ab5cc2af3313
MIPS: BCM63XX: Call board_register_device from device_initcall()

Some device registration (eg leds), expect subsystem initcall to be
run first, so move board device registration to device_initcall().

Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2891/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm63xx/setup.c