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)
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>

No differences found