diff options
Diffstat (limited to 'sys/dev/esp/esp_pci.c')
-rw-r--r-- | sys/dev/esp/esp_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/esp/esp_pci.c b/sys/dev/esp/esp_pci.c index 2fa2030..cd88f6b 100644 --- a/sys/dev/esp/esp_pci.c +++ b/sys/dev/esp/esp_pci.c @@ -146,7 +146,7 @@ static device_method_t esp_pci_methods[] = { DEVMETHOD(device_suspend, esp_pci_suspend), DEVMETHOD(device_resume, esp_pci_resume), - KOBJMETHOD_END + DEVMETHOD_END }; static driver_t esp_pci_driver = { |