git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521cb40
)
ACPI EC: remove dead code
author
Thomas Renninger
<trenn@suse.de>
Thu, 31 Mar 2011 11:36:38 +0000
(13:36 +0200)
committer
Len 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