summaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-10 18:24:44 +0200
committerPaul Gortmaker2011-11-01 00:31:50 +0100
commitd131c4962854b900ded69348acfd96007fcc893f (patch)
treef270f0de7281658af4fde0596ab7ff37c8d50697 /drivers/leds
parentdrivers/leds: Add module.h to files using it implicitly (diff)
downloadkernel-qcow2-linux-d131c4962854b900ded69348acfd96007fcc893f.tar.gz
kernel-qcow2-linux-d131c4962854b900ded69348acfd96007fcc893f.tar.xz
kernel-qcow2-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.c1
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