From: Johannes Berg Date: Fri, 29 Sep 2006 09:00:14 +0000 (-0700) Subject: [PATCH] make leds.h include relevant headers X-Git-Tag: v2.6.19-rc1~757 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=af410fc13d95f079910fc3dca7496590c3275967;p=~shefty%2Frdma-dev.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 dc23c7c639f..88afceffb7c 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; /*