From: florian Date: Mon, 7 Sep 2009 18:17:45 +0000 (+0000) Subject: [brcm63xx] fix typos against the gpio buttons driver (#5804) X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/272d58c97f51ef1f85917535b256c76f220223ee [brcm63xx] fix typos against the gpio buttons driver (#5804) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17538 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c index 0a8ecbd36..b0497767c 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -881,9 +882,9 @@ int __init board_register_devices(void) platform_device_register(&bcm63xx_gpio_leds); bcm63xx_gpio_buttons_data.nbuttons = 1, - bcm63xx_gpio_buttons_data.buttons = board.reset_btm; + bcm63xx_gpio_buttons_data.buttons = board.reset_btn; - platform_device_register(&bcm63xx_gpio_buttons); + platform_device_register(&bcm63xx_gpio_buttons_device); return 0; }