MIPS: BCM63xx: Make bcm63xx_uart_register an initfunc
authorFlorian Fainelli <florian@openwrt.org>
Mon, 10 Aug 2009 19:42:54 +0000 (21:42 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 2 Nov 2009 11:00:03 +0000 (12:00 +0100)
commit6c1e7a5ad9ac40c9bf45381409dc16207b6ffceb
tree1948ec1870c4ff8b97bb65fa9c18439c6727a408
parente85843a1e1974167878e6124a91a06036c3b849d
MIPS: BCM63xx: Make bcm63xx_uart_register an initfunc

This patch removes the calls to bcm63xx_uart_register in board_bcm963xx.c
and make bcm63xx_uart_register an initfunc.  Allows us to remove
bcm63xx_dev_uart.h which was there to make checkpatch.pl happy.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm63xx/boards/board_bcm963xx.c
arch/mips/bcm63xx/dev-uart.c
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_uart.h [deleted file]