diff options
Diffstat (limited to 'include/linux/leds.h')
-rw-r--r-- | include/linux/leds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h index 61e0340a4b77..5884def15a24 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h | |||
@@ -207,5 +207,7 @@ struct gpio_led_platform_data { | |||
207 | unsigned long *delay_off); | 207 | unsigned long *delay_off); |
208 | }; | 208 | }; |
209 | 209 | ||
210 | struct platform_device *gpio_led_register_device( | ||
211 | int id, const struct gpio_led_platform_data *pdata); | ||
210 | 212 | ||
211 | #endif /* __LINUX_LEDS_H_INCLUDED */ | 213 | #endif /* __LINUX_LEDS_H_INCLUDED */ |