Browse Source

[PATCH] make leds.h include relevant headers

Make it possible to include linux/leds.h without first including list.h and
spinlock.h.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Johannes Berg 18 years ago
parent
commit
af410fc13d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/linux/leds.h

+ 3 - 0
include/linux/leds.h

@@ -12,6 +12,9 @@
 #ifndef __LINUX_LEDS_H_INCLUDED
 #ifndef __LINUX_LEDS_H_INCLUDED
 #define __LINUX_LEDS_H_INCLUDED
 #define __LINUX_LEDS_H_INCLUDED
 
 
+#include <linux/list.h>
+#include <linux/spinlock.h>
+
 struct device;
 struct device;
 struct class_device;
 struct class_device;
 /*
 /*