diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-02-21 06:14:46 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-02-25 05:59:34 +0000 |
| commit | 0fc6c3f731a2cca3120798806c330a3081c9424b (patch) | |
| tree | 99085ca61be141e51374e487eb2bbba724f67c46 /sys/dev/acpi_support | |
| parent | 0ac5cddebe1e98d7d29493f0e6e829021be7fcef (diff) | |
Diffstat (limited to 'sys/dev/acpi_support')
| -rw-r--r-- | sys/dev/acpi_support/acpi_asus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c index b9ba6650d2b7..975d7f93554a 100644 --- a/sys/dev/acpi_support/acpi_asus.c +++ b/sys/dev/acpi_support/acpi_asus.c @@ -517,7 +517,7 @@ static device_method_t acpi_asus_methods[] = { DEVMETHOD(device_probe, acpi_asus_probe), DEVMETHOD(device_attach, acpi_asus_attach), DEVMETHOD(device_detach, acpi_asus_detach), - { 0, 0 } + DEVMETHOD_END }; static driver_t acpi_asus_driver = { |
