diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-12-31 14:12:12 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-12-31 14:12:12 +0000 |
| commit | 0105e7b57ec82d3d157edb9f4322f29f05d54f6e (patch) | |
| tree | e928f4c014b15ac92e5d338e1f76a4fb92fdc918 /sys/dev/esp | |
| parent | 03e2d5030078881fb87169457f49b456c84a39f0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/esp')
| -rw-r--r-- | sys/dev/esp/esp_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/esp/esp_sbus.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/esp/esp_pci.c b/sys/dev/esp/esp_pci.c index 2fa2030659de..cd88f6bbfa5a 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 = { diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index c1ff021ee526..01ffb8d58fae 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -117,7 +117,7 @@ static device_method_t esp_dma_methods[] = { DEVMETHOD(device_suspend, esp_suspend), DEVMETHOD(device_resume, esp_resume), - KOBJMETHOD_END + DEVMETHOD_END }; static driver_t esp_dma_driver = { @@ -136,7 +136,7 @@ static device_method_t esp_sbus_methods[] = { DEVMETHOD(device_suspend, esp_suspend), DEVMETHOD(device_resume, esp_resume), - KOBJMETHOD_END + DEVMETHOD_END }; static driver_t esp_sbus_driver = { |
