diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 21:41:29 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:37 +0400 |
commit | bff7832dd6670dd0e215ce32d60b18f3825a6555 (patch) | |
tree | a3ec5bb11d9708086568639220ed768cdbc48889 /drivers/ide/buddha.c | |
parent | 38789fda295689689d064c0157bc363b1837b5e6 (diff) | |
download | linux-bff7832dd6670dd0e215ce32d60b18f3825a6555.tar.xz |
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/buddha.c')
-rw-r--r-- | drivers/ide/buddha.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/buddha.c b/drivers/ide/buddha.c index ab4f169d0837..b1d38590ac01 100644 --- a/drivers/ide/buddha.c +++ b/drivers/ide/buddha.c @@ -23,6 +23,7 @@ #include <linux/zorro.h> #include <linux/ide.h> #include <linux/init.h> +#include <linux/module.h> #include <asm/amigahw.h> #include <asm/amigaints.h> |