From 1b8636b892354196b19384bfe65b6f16ca825c20 Mon Sep 17 00:00:00 2001 From: marius Date: Tue, 22 Nov 2011 21:55:40 +0000 Subject: s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention of kobj(9) from device drivers. --- sys/dev/esp/esp_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/esp/esp_pci.c') 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 = { -- cgit v1.1