diff options
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c index d2109054de85..76895e691042 100644 --- a/drivers/leds/leds-gpio.c +++ b/drivers/leds/leds-gpio.c | |||
@@ -129,7 +129,7 @@ static void delete_gpio_led(struct gpio_led_data *led) | |||
129 | } | 129 | } |
130 | 130 | ||
131 | #ifdef CONFIG_LEDS_GPIO_PLATFORM | 131 | #ifdef CONFIG_LEDS_GPIO_PLATFORM |
132 | static int gpio_led_probe(struct platform_device *pdev) | 132 | static int __devinit gpio_led_probe(struct platform_device *pdev) |
133 | { | 133 | { |
134 | struct gpio_led_platform_data *pdata = pdev->dev.platform_data; | 134 | struct gpio_led_platform_data *pdata = pdev->dev.platform_data; |
135 | struct gpio_led_data *leds_data; | 135 | struct gpio_led_data *leds_data; |