diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 19:56:03 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:49 +0100 |
commit | 54f4dedb5368fff81b722b551e2f15a75175d7b7 (patch) | |
tree | c559dfd0743e4765e55ace1488a5c80f49c40d05 /drivers/leds/leds-ns2.c | |
parent | drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. (diff) | |
download | linux-54f4dedb5368fff81b722b551e2f15a75175d7b7.tar.xz 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-ns2.c')
-rw-r--r-- | drivers/leds/leds-ns2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/leds-ns2.c b/drivers/leds/leds-ns2.c index f77d48d0b3e4..37b7d0cfe586 100644 --- a/drivers/leds/leds-ns2.c +++ b/drivers/leds/leds-ns2.c @@ -28,6 +28,7 @@ #include <linux/slab.h> #include <linux/gpio.h> #include <linux/leds.h> +#include <linux/module.h> #include <mach/leds-ns2.h> /* |