diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 13:41:29 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:37 -0400 |
commit | bff7832dd6670dd0e215ce32d60b18f3825a6555 (patch) | |
tree | a3ec5bb11d9708086568639220ed768cdbc48889 /drivers/ide/ide-pnp.c | |
parent | 38789fda295689689d064c0157bc363b1837b5e6 (diff) |
ide/ata: Add module.h to the implicit modular users
A pending cleanup will mean that module.h won't be implicitly
everywhere anymore. Make sure the modular drivers in the ide dir
are actually calling out for <module.h> explicitly in advance.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/ide/ide-pnp.c')
-rw-r--r-- | drivers/ide/ide-pnp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-pnp.c b/drivers/ide/ide-pnp.c index 017b1df3b805..e5f3db831373 100644 --- a/drivers/ide/ide-pnp.c +++ b/drivers/ide/ide-pnp.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/pnp.h> | 18 | #include <linux/pnp.h> |
19 | #include <linux/ide.h> | 19 | #include <linux/ide.h> |
20 | #include <linux/module.h> | ||
20 | 21 | ||
21 | #define DRV_NAME "ide-pnp" | 22 | #define DRV_NAME "ide-pnp" |
22 | 23 | ||