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/ata | |
parent | 38789fda295689689d064c0157bc363b1837b5e6 (diff) | |
download | linux-next-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/ata')
-rw-r--r-- | drivers/ata/libata-sff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index 239bfa67d032..63d53277d6a9 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c @@ -35,6 +35,7 @@ #include <linux/kernel.h> #include <linux/gfp.h> #include <linux/pci.h> +#include <linux/module.h> #include <linux/libata.h> #include <linux/highmem.h> |