The patch titled make leds.h include relevant headers has been added to the -mm tree. Its filename is make-ledsh-include-relevant-headers.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: make leds.h include relevant headers From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Make it possible to include linux/leds.h without first including list.h and spinlock.h. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Acked-by: Richard Purdie <rpurdie@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- 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 <linux/list.h> +#include <linux/spinlock.h> + struct device; struct class_device; /* _ Patches currently in -mm which might be from johannes@xxxxxxxxxxxxxxxx are git-netdev-all.patch git-powerpc.patch apple-motion-sensor-driver-2.patch make-ledsh-include-relevant-headers.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html