]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite21eda7f8883c16562adeabd65575001a1737c14
tree1948ec1870c4ff8b97bb65fa9c18439c6727a408
parent89935c55c0904f3e54355ae282501d4fc3a65a8a
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]