From d131c4962854b900ded69348acfd96007fcc893f Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:24:44 -0400 Subject: drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.c In preparation of the module.h usage cleanup, call out the export.h to avoid build failures when that happens. Signed-off-by: Paul Gortmaker --- drivers/leds/leds-cobalt-raq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/leds') diff --git a/drivers/leds/leds-cobalt-raq.c b/drivers/leds/leds-cobalt-raq.c index 438d48384636..aac1c073fe7b 100644 --- a/drivers/leds/leds-cobalt-raq.c +++ b/drivers/leds/leds-cobalt-raq.c @@ -24,6 +24,7 @@ #include #include #include +#include #define LED_WEB 0x04 #define LED_POWER_OFF 0x08 -- cgit v1.2.3