The patch titled make leds.h include relevant headers has been removed from the -mm tree. Its filename is make-ledsh-include-relevant-headers.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 origin.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