diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 18:24:44 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:50 +0100 |
commit | d131c4962854b900ded69348acfd96007fcc893f (patch) | |
tree | f270f0de7281658af4fde0596ab7ff37c8d50697 /drivers/leds | |
parent | drivers/leds: Add module.h to files using it implicitly (diff) | |
download | linux-d131c4962854b900ded69348acfd96007fcc893f.tar.xz linux-d131c4962854b900ded69348acfd96007fcc893f.zip |
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 @@ #include <linux/platform_device.h> #include <linux/spinlock.h> #include <linux/types.h> +#include <linux/export.h> #define LED_WEB 0x04 #define LED_POWER_OFF 0x08 |