diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 13:56:03 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:49 -0400 |
commit | 54f4dedb5368fff81b722b551e2f15a75175d7b7 (patch) | |
tree | c559dfd0743e4765e55ace1488a5c80f49c40d05 /drivers/leds/leds-wm8350.c | |
parent | 5d76fc219ce38a226314436563f6b9d405bb6db1 (diff) |
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-wm8350.c')
-rw-r--r-- | drivers/leds/leds-wm8350.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/leds-wm8350.c b/drivers/leds/leds-wm8350.c index f14edd82cb00..4a1276578352 100644 --- a/drivers/leds/leds-wm8350.c +++ b/drivers/leds/leds-wm8350.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/mfd/wm8350/pmic.h> | 17 | #include <linux/mfd/wm8350/pmic.h> |
18 | #include <linux/regulator/consumer.h> | 18 | #include <linux/regulator/consumer.h> |
19 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
20 | #include <linux/module.h> | ||
20 | 21 | ||
21 | /* Microamps */ | 22 | /* Microamps */ |
22 | static const int isink_cur[] = { | 23 | static const int isink_cur[] = { |