diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 12:17:40 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 12:17:40 -0400 |
| commit | 99364df764bbef327be2f8b8ffcfbb41a4a1af4d (patch) | |
| tree | af93f7c7897dd3f0503466a08b9a9ed779c41847 /include/linux | |
| parent | b0052fcaefb829a29fdc6567274daf0b75329fc3 (diff) | |
| parent | df96efd73b81b8bc2d23b3d8b6025cce3d43db6c (diff) | |
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
* 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds:
leds: Add missing include for leds.h
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/leds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h index 421175092ee2..dc1178f6184b 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #define __LINUX_LEDS_H_INCLUDED | 13 | #define __LINUX_LEDS_H_INCLUDED |
| 14 | 14 | ||
| 15 | #include <linux/list.h> | 15 | #include <linux/list.h> |
| 16 | #include <linux/spinlock.h> | ||
| 16 | 17 | ||
| 17 | struct device; | 18 | struct device; |
| 18 | /* | 19 | /* |
