diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 23:14:56 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:53 +0400 |
commit | eb12a679b242c03b9eaa38a67cae9fa3e17ddea6 (patch) | |
tree | 01471247795d16850cdedab6cee654a6b1b579b9 /drivers/misc/ab8500-pwm.c | |
parent | 314ef9cb52d8543821cdfd34decd696cd4139a68 (diff) | |
download | linux-eb12a679b242c03b9eaa38a67cae9fa3e17ddea6.tar.xz |
drivers/misc: Add module.h to files who are really modular.
These files really need the full module.h header file present, but
were just getting it implicitly before. Fix it up in advance so we
avoid build failures once the cleanup commit is present.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/misc/ab8500-pwm.c')
-rw-r--r-- | drivers/misc/ab8500-pwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/ab8500-pwm.c b/drivers/misc/ab8500-pwm.c index 35903154ca2e..2208a9d52622 100644 --- a/drivers/misc/ab8500-pwm.c +++ b/drivers/misc/ab8500-pwm.c @@ -10,6 +10,7 @@ #include <linux/pwm.h> #include <linux/mfd/ab8500.h> #include <linux/mfd/abx500.h> +#include <linux/module.h> /* * PWM Out generators |