Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63958
b: refs/heads/master
c: 52fe4bd
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Aug 3, 2007
1 parent 482ef59 commit 9a5947a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd8c93a4e04dce8f00d1ef3a476aac8bd65ae40b
refs/heads/master: 52fe4bdf40bc07498c5f7935551774e8f8458190
13 changes: 0 additions & 13 deletions trunk/drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,19 +651,6 @@ static struct acpi_ec *make_acpi_ec(void)
return ec;
}

static acpi_status
acpi_ec_register_query_methods(acpi_handle handle, u32 level,
void *context, void **return_value)
{
struct acpi_namespace_node *node = handle;
struct acpi_ec *ec = context;
int value = 0;
if (sscanf(node->name.ascii, "_Q%x", &value) == 1) {
acpi_ec_add_query_handler(ec, value, handle, NULL, NULL);
}
return AE_OK;
}

static acpi_status
ec_parse_device(acpi_handle handle, u32 Level, void *context, void **retval)
{
Expand Down

0 comments on commit 9a5947a

Please sign in to comment.