diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 15:13:27 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:04 -0400 |
commit | 4e36dd331423fce1f996d93b991453a1a702ca5c (patch) | |
tree | ca496fec3bc32d34c34ba354805303a6f2e00924 /drivers/mfd/wl1273-core.c | |
parent | 0603ba14605a5342b8ae0ba7eef3f26187e1221f (diff) |
mfd: Add module.h to the implicit drivers/mfd users
With the pending module.h cleanup, these files will fail to compile,
unless they explicitly call out the include of this file.
[omap-usb-host addition courtesy of Anand Gadiyar <gadiyar@ti.com>]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mfd/wl1273-core.c')
-rw-r--r-- | drivers/mfd/wl1273-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wl1273-core.c b/drivers/mfd/wl1273-core.c index d97a86945174..f39b756df561 100644 --- a/drivers/mfd/wl1273-core.c +++ b/drivers/mfd/wl1273-core.c | |||
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | #include <linux/mfd/wl1273-core.h> | 23 | #include <linux/mfd/wl1273-core.h> |
24 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
25 | #include <linux/module.h> | ||
25 | 26 | ||
26 | #define DRIVER_DESC "WL1273 FM Radio Core" | 27 | #define DRIVER_DESC "WL1273 FM Radio Core" |
27 | 28 | ||