diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-08-22 18:42:45 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-08-22 18:42:45 +0000 |
| commit | 19ab530d2a1db4f2f50d1bc945cdbd817eccce13 (patch) | |
| tree | 222c9ab9aa8e88deb049010c493bdf2b8d07dd4e /sys/dev/ppc | |
| parent | 8aef71dd4fb6935b4c6b74f104650611f5071253 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppc')
| -rw-r--r-- | sys/dev/ppc/ppc_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppc/ppc_acpi.c b/sys/dev/ppc/ppc_acpi.c index c3a42fe8feb9..1f85c729a698 100644 --- a/sys/dev/ppc/ppc_acpi.c +++ b/sys/dev/ppc/ppc_acpi.c @@ -59,7 +59,7 @@ static device_method_t ppc_acpi_methods[] = { #else DEVMETHOD(device_attach, ppc_attach), #endif - DEVMETHOD(device_detach, ppc_attach), + DEVMETHOD(device_detach, ppc_detach), /* bus interface */ DEVMETHOD(bus_read_ivar, ppc_read_ivar), |
