diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 09:17:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 09:17:40 -0700 |
commit | 99364df764bbef327be2f8b8ffcfbb41a4a1af4d (patch) | |
tree | af93f7c7897dd3f0503466a08b9a9ed779c41847 /include/linux | |
parent | b0052fcaefb829a29fdc6567274daf0b75329fc3 (diff) | |
parent | df96efd73b81b8bc2d23b3d8b6025cce3d43db6c (diff) | |
download | linux-3.10-99364df764bbef327be2f8b8ffcfbb41a4a1af4d.tar.gz linux-3.10-99364df764bbef327be2f8b8ffcfbb41a4a1af4d.tar.bz2 linux-3.10-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/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 421175092ee..dc1178f6184 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; /* |