From: Johannes Berg Make it possible to include linux/leds.h without first including list.h and spinlock.h. Signed-off-by: Johannes Berg Acked-by: Richard Purdie Signed-off-by: Andrew Morton --- include/linux/leds.h | 3 +++ 1 files changed, 3 insertions(+) diff -puN include/linux/leds.h~make-ledsh-include-relevant-headers include/linux/leds.h --- a/include/linux/leds.h~make-ledsh-include-relevant-headers +++ a/include/linux/leds.h @@ -12,6 +12,9 @@ #ifndef __LINUX_LEDS_H_INCLUDED #define __LINUX_LEDS_H_INCLUDED +#include +#include + struct device; struct class_device; /* _