diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 19:41:29 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:37 +0100 |
commit | bff7832dd6670dd0e215ce32d60b18f3825a6555 (patch) | |
tree | a3ec5bb11d9708086568639220ed768cdbc48889 /drivers/ide/ide-acpi.c | |
parent | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed (diff) | |
download | linux-bff7832dd6670dd0e215ce32d60b18f3825a6555.tar.xz linux-bff7832dd6670dd0e215ce32d60b18f3825a6555.zip |
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-acpi.c')
-rw-r--r-- | drivers/ide/ide-acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-acpi.c b/drivers/ide/ide-acpi.c index 2af8cb460a3b..f22edc66b030 100644 --- a/drivers/ide/ide-acpi.c +++ b/drivers/ide/ide-acpi.c @@ -17,6 +17,7 @@ #include <linux/ide.h> #include <linux/pci.h> #include <linux/dmi.h> +#include <linux/module.h> #include <acpi/acpi_bus.h> |