Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117286
b: refs/heads/master
c: ea5c8af
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Oct 22, 2008
1 parent 475a67d commit 699051b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 39a0ad871000d2a016a4fa113a6e53d22aabf25d
refs/heads/master: ea5c8af9b1241a10dc4ba6cd2d2362c179884b74
14 changes: 0 additions & 14 deletions trunk/drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,20 +1160,6 @@ static int acpi_bus_remove(struct acpi_device *dev, int rmdevice)
return 0;
}

static int
acpi_is_child_device(struct acpi_device *device,
int (*matcher)(struct acpi_device *))
{
int result = -ENODEV;

do {
if (ACPI_SUCCESS(matcher(device)))
return AE_OK;
} while ((device = device->parent));

return result;
}

static int
acpi_add_single_object(struct acpi_device **child,
struct acpi_device *parent, acpi_handle handle, int type,
Expand Down

0 comments on commit 699051b

Please sign in to comment.