diff options
Diffstat (limited to 'sys/dev/acpi_support/acpi_hp.c')
-rw-r--r-- | sys/dev/acpi_support/acpi_hp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_hp.c b/sys/dev/acpi_support/acpi_hp.c index edc04b7..c190166 100644 --- a/sys/dev/acpi_support/acpi_hp.c +++ b/sys/dev/acpi_support/acpi_hp.c @@ -324,7 +324,8 @@ static device_method_t acpi_hp_methods[] = { DEVMETHOD(device_probe, acpi_hp_probe), DEVMETHOD(device_attach, acpi_hp_attach), DEVMETHOD(device_detach, acpi_hp_detach), - {0, 0} + + DEVMETHOD_END }; static driver_t acpi_hp_driver = { |