ACPI EC: remove dead code
authorThomas Renninger <trenn@suse.de>
Thu, 31 Mar 2011 11:36:38 +0000 (13:36 +0200)
committerLen Brown <len.brown@intel.com>
Fri, 1 Apr 2011 06:24:31 +0000 (02:24 -0400)
commit1cb7b1e0de6a1f8f071f4a146e3d10f3a662f707
tree8a66774191480f2ba893c0b9391c66d60b6ba6d1
parent521cb40b0c44418a4fd36dc633f575813d59a43d
ACPI EC: remove dead code

static void acpi_ec_gpe_query(void *ec_cxt);
-> The function is right above this declaration -> not needed.

poll_force is also not used, cleaned up in ec.c and its users:
compal-laptop and msi-laptop.

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/ec.c
drivers/platform/x86/compal-laptop.c
drivers/platform/x86/msi-laptop.c
include/linux/acpi.h