summaryrefslogtreecommitdiffstats
path: root/sys/dev/esp/esp_sbus.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-11-22 21:55:40 +0000
committermarius <marius@FreeBSD.org>2011-11-22 21:55:40 +0000
commit1b8636b892354196b19384bfe65b6f16ca825c20 (patch)
treea76b6a370d61cdfa3d0335a05c8e3bb1cf84e719 /sys/dev/esp/esp_sbus.c
parent9eef52e077729e443302cd2d402467b679c1fd22 (diff)
downloadFreeBSD-src-1b8636b892354196b19384bfe65b6f16ca825c20.zip
FreeBSD-src-1b8636b892354196b19384bfe65b6f16ca825c20.tar.gz
s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention
of kobj(9) from device drivers.
Diffstat (limited to 'sys/dev/esp/esp_sbus.c')
-rw-r--r--sys/dev/esp/esp_sbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c
index c1ff021..01ffb8d 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 = {
OpenPOWER on IntegriCloud