diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/leds.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h index 0287ab296689..6a599dce7f9d 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include <linux/list.h> | 15 | #include <linux/list.h> |
| 16 | #include <linux/spinlock.h> | 16 | #include <linux/spinlock.h> |
| 17 | #include <linux/rwsem.h> | 17 | #include <linux/rwsem.h> |
| 18 | #include <linux/timer.h> | ||
| 19 | #include <linux/workqueue.h> | 18 | #include <linux/workqueue.h> |
| 20 | 19 | ||
| 21 | struct device; | 20 | struct device; |
| @@ -63,11 +62,13 @@ struct led_classdev { | |||
| 63 | unsigned long *delay_off); | 62 | unsigned long *delay_off); |
| 64 | 63 | ||
| 65 | struct device *dev; | 64 | struct device *dev; |
| 65 | const struct attribute_group **groups; | ||
| 66 | |||
| 66 | struct list_head node; /* LED Device list */ | 67 | struct list_head node; /* LED Device list */ |
| 67 | const char *default_trigger; /* Trigger to use */ | 68 | const char *default_trigger; /* Trigger to use */ |
| 68 | 69 | ||
| 69 | unsigned long blink_delay_on, blink_delay_off; | 70 | unsigned long blink_delay_on, blink_delay_off; |
| 70 | struct timer_list blink_timer; | 71 | struct delayed_work blink_work; |
| 71 | int blink_brightness; | 72 | int blink_brightness; |
| 72 | 73 | ||
| 73 | struct work_struct set_brightness_work; | 74 | struct work_struct set_brightness_work; |
