]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2eeaad804bf5dfffb5ef81693f9b416979121ec9
tree8a66774191480f2ba893c0b9391c66d60b6ba6d1
parent5f606d388b7d90e888f8599ea3bd433cadefba0e
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