diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 12:24:44 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:50 -0400 |
commit | d131c4962854b900ded69348acfd96007fcc893f (patch) | |
tree | f270f0de7281658af4fde0596ab7ff37c8d50697 /drivers/leds | |
parent | 54f4dedb5368fff81b722b551e2f15a75175d7b7 (diff) |
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-cobalt-raq.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
24 | #include <linux/platform_device.h> | 24 | #include <linux/platform_device.h> |
25 | #include <linux/spinlock.h> | 25 | #include <linux/spinlock.h> |
26 | #include <linux/types.h> | 26 | #include <linux/types.h> |
27 | #include <linux/export.h> | ||
27 | 28 | ||
28 | #define LED_WEB 0x04 | 29 | #define LED_WEB 0x04 |
29 | #define LED_POWER_OFF 0x08 | 30 | #define LED_POWER_OFF 0x08 |