diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 18:17:40 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 18:17:40 +0200 |
commit | 99364df764bbef327be2f8b8ffcfbb41a4a1af4d (patch) | |
tree | af93f7c7897dd3f0503466a08b9a9ed779c41847 /include | |
parent | Define termios_1 functions for powerpc, s390, avr32 and frv (diff) | |
parent | leds: Add missing include for leds.h (diff) | |
download | linux-99364df764bbef327be2f8b8ffcfbb41a4a1af4d.tar.xz linux-99364df764bbef327be2f8b8ffcfbb41a4a1af4d.zip |
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')
-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 @@ #define __LINUX_LEDS_H_INCLUDED #include <linux/list.h> +#include <linux/spinlock.h> struct device; /* |