From 5af6e7724b53fbb6acaa13ab386645bfc595e891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huck?= Date: Thu, 29 Apr 2010 12:50:09 +0000 Subject: fix gpio_button device register SVN-Revision: 21252 --- target/linux/brcm63xx/patches-2.6.33/140-new_bcm96348gw_leds.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm63xx/patches-2.6.33/140-new_bcm96348gw_leds.patch') diff --git a/target/linux/brcm63xx/patches-2.6.33/140-new_bcm96348gw_leds.patch b/target/linux/brcm63xx/patches-2.6.33/140-new_bcm96348gw_leds.patch index f1a66c9f91..292f196ac6 100644 --- a/target/linux/brcm63xx/patches-2.6.33/140-new_bcm96348gw_leds.patch +++ b/target/linux/brcm63xx/patches-2.6.33/140-new_bcm96348gw_leds.patch @@ -53,10 +53,10 @@ { u32 val; + int led_count = 0; + int button_count = 0; if (board.has_pccard) - bcm63xx_pcmcia_register(); -@@ -900,7 +916,11 @@ int __init board_register_devices(void) +@@ -901,7 +917,11 @@ int __init board_register_devices(void) platform_device_register_simple("GPIODEV", 0, &gpiodev_resource, 1); -- cgit v1.2.3