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/cmd640.c | |
parent | 38789fda295689689d064c0157bc363b1837b5e6 (diff) | |
download | op-kernel-dev-bff7832dd6670dd0e215ce32d60b18f3825a6555.zip op-kernel-dev-bff7832dd6670dd0e215ce32d60b18f3825a6555.tar.gz |
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/cmd640.c')
-rw-r--r-- | drivers/ide/cmd640.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/cmd640.c b/drivers/ide/cmd640.c index cb10201..a81bd75 100644 --- a/drivers/ide/cmd640.c +++ b/drivers/ide/cmd640.c @@ -105,6 +105,7 @@ #include <linux/delay.h> #include <linux/ide.h> #include <linux/init.h> +#include <linux/module.h> #include <asm/io.h> |