From 54f4dedb5368fff81b722b551e2f15a75175d7b7 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 3 Jul 2011 13:56:03 -0400 Subject: drivers/leds: Add module.h to files using it implicitly A pending cleanup will mean that module.h won't be implicitly everywhere anymore. Make sure the modular drivers in the leds dir are actually calling out for explicitly in advance. Signed-off-by: Paul Gortmaker --- drivers/leds/leds-88pm860x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/leds/leds-88pm860x.c') diff --git a/drivers/leds/leds-88pm860x.c b/drivers/leds/leds-88pm860x.c index 0d4c16678ace..0810604dc701 100644 --- a/drivers/leds/leds-88pm860x.c +++ b/drivers/leds/leds-88pm860x.c @@ -18,6 +18,7 @@ #include #include #include +#include #define LED_PWM_SHIFT (3) #define LED_PWM_MASK (0x1F) -- cgit v1.2.3