summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lm3530.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-03 19:56:03 +0200
committerPaul Gortmaker2011-11-01 00:31:49 +0100
commit54f4dedb5368fff81b722b551e2f15a75175d7b7 (patch)
treec559dfd0743e4765e55ace1488a5c80f49c40d05 /drivers/leds/leds-lm3530.c
parentdrivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. (diff)
downloadkernel-qcow2-linux-54f4dedb5368fff81b722b551e2f15a75175d7b7.tar.gz
kernel-qcow2-linux-54f4dedb5368fff81b722b551e2f15a75175d7b7.tar.xz
kernel-qcow2-linux-54f4dedb5368fff81b722b551e2f15a75175d7b7.zip
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 <module.h> explicitly in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/leds/leds-lm3530.c')
-rw-r--r--drivers/leds/leds-lm3530.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/leds-lm3530.c b/drivers/leds/leds-lm3530.c
index 3dd7090a9a9b..a3521daf83a4 100644
--- a/drivers/leds/leds-lm3530.c
+++ b/drivers/leds/leds-lm3530.c
@@ -18,6 +18,7 @@
#include <linux/led-lm3530.h>
#include <linux/types.h>
#include <linux/regulator/consumer.h>
+#include <linux/module.h>
#define LM3530_LED_DEV "lcd-backlight"
#define LM3530_NAME "lm3530-led"