diff options
author | Thomas Renninger <trenn@suse.de> | 2010-07-29 06:28:00 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:49:12 -0400 |
commit | 7a0691c16f795cb7b69dcbaa61543e73b8865c4f (patch) | |
tree | 691e0e30028aedcb996e6c1dfad14f4481a342f0 /drivers/platform/x86/hp-wmi.c | |
parent | c4775062d57c762de37ff93fb5f8611320c25e2a (diff) |
hp-wmi: acpi_drivers.h is already included through acpi.h two lines below
Signed-off-by: Thomas Renninger <trenn@suse.de>
CC: linux-acpi@vger.kernel.or
CC: platform-driver-x86@vger.kernel.org
CC: mjg@redhat.com
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/hp-wmi.c')
-rw-r--r-- | drivers/platform/x86/hp-wmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 7e8a136b025b..f15516374987 100644 --- a/drivers/platform/x86/hp-wmi.c +++ b/drivers/platform/x86/hp-wmi.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <linux/slab.h> | 29 | #include <linux/slab.h> |
30 | #include <linux/types.h> | 30 | #include <linux/types.h> |
31 | #include <linux/input.h> | 31 | #include <linux/input.h> |
32 | #include <acpi/acpi_drivers.h> | ||
33 | #include <linux/platform_device.h> | 32 | #include <linux/platform_device.h> |
34 | #include <linux/acpi.h> | 33 | #include <linux/acpi.h> |
35 | #include <linux/rfkill.h> | 34 | #include <linux/rfkill.h> |