diff options
author | Thomas Renninger <trenn@suse.de> | 2010-07-29 12:28:00 +0200 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:49:12 -0400 |
commit | 7a0691c16f795cb7b69dcbaa61543e73b8865c4f (patch) | |
tree | 691e0e30028aedcb996e6c1dfad14f4481a342f0 /drivers/platform/x86 | |
parent | c4775062d57c762de37ff93fb5f8611320c25e2a (diff) | |
download | linux-stable-7a0691c16f795cb7b69dcbaa61543e73b8865c4f.tar.gz linux-stable-7a0691c16f795cb7b69dcbaa61543e73b8865c4f.tar.bz2 linux-stable-7a0691c16f795cb7b69dcbaa61543e73b8865c4f.zip |
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')
-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 @@ #include <linux/slab.h> #include <linux/types.h> #include <linux/input.h> -#include <acpi/acpi_drivers.h> #include <linux/platform_device.h> #include <linux/acpi.h> #include <linux/rfkill.h> |