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/acpi/sleep | |
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/acpi/sleep')
-rw-r--r-- | drivers/acpi/sleep/wakeup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/sleep/wakeup.c b/drivers/acpi/sleep/wakeup.c index db325c28a1fb..2d34806d45dd 100644 --- a/drivers/acpi/sleep/wakeup.c +++ b/drivers/acpi/sleep/wakeup.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <acpi/acpi_drivers.h> | 8 | #include <acpi/acpi_drivers.h> |
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <linux/types.h> | 10 | #include <linux/types.h> |
11 | #include <acpi/acevents.h> | ||
12 | #include "sleep.h" | 11 | #include "sleep.h" |
13 | 12 | ||
14 | #define _COMPONENT ACPI_SYSTEM_COMPONENT | 13 | #define _COMPONENT ACPI_SYSTEM_COMPONENT |