diff options
author | Lin Ming <ming.m.lin@intel.com> | 2008-12-16 03:28:17 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-31 01:15:22 -0500 |
commit | ea7e96e0f2277107d9ea14c3f16c86ba82b2e560 (patch) | |
tree | 62d7de39d24e001b9df29fbafdaed252cdb91191 /drivers/ide/ide-acpi.c | |
parent | 2ee62612485f888b731804ca1b3b18ed8e842b51 (diff) |
ACPI: remove private acpica headers from driver files
External driver files should not include any private acpica headers.
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/ide/ide-acpi.c')
-rw-r--r-- | drivers/ide/ide-acpi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ide/ide-acpi.c b/drivers/ide/ide-acpi.c index 244a8a052ce8..9e8d52a4f306 100644 --- a/drivers/ide/ide-acpi.c +++ b/drivers/ide/ide-acpi.c | |||
@@ -18,12 +18,6 @@ | |||
18 | #include <linux/dmi.h> | 18 | #include <linux/dmi.h> |
19 | 19 | ||
20 | #include <acpi/acpi_bus.h> | 20 | #include <acpi/acpi_bus.h> |
21 | #include <acpi/acnames.h> | ||
22 | #include <acpi/acnamesp.h> | ||
23 | #include <acpi/acparser.h> | ||
24 | #include <acpi/acexcep.h> | ||
25 | #include <acpi/acmacros.h> | ||
26 | #include <acpi/actypes.h> | ||
27 | 21 | ||
28 | #define REGS_PER_GTF 7 | 22 | #define REGS_PER_GTF 7 |
29 | struct taskfile_array { | 23 | struct taskfile_array { |