From: Johannes Berg Date: Fri, 29 Sep 2006 09:00:14 +0000 (-0700) Subject: [PATCH] make leds.h include relevant headers X-Git-Tag: firefly_0821_release~33131 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=af410fc13d95f079910fc3dca7496590c3275967;p=firefly-linux-kernel-4.4.55.git [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 Acked-by: Richard Purdie Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/leds.h b/include/linux/leds.h index dc23c7c639f3..88afceffb7cb 100644 --- a/include/linux/leds.h +++ b/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; /*