summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/storage/urio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/storage/urio.c')
-rw-r--r--sys/dev/usb/storage/urio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/storage/urio.c b/sys/dev/usb/storage/urio.c
index 39fcbe9..6cbb596 100644
--- a/sys/dev/usb/storage/urio.c
+++ b/sys/dev/usb/storage/urio.c
@@ -185,7 +185,8 @@ static device_method_t urio_methods[] = {
DEVMETHOD(device_probe, urio_probe),
DEVMETHOD(device_attach, urio_attach),
DEVMETHOD(device_detach, urio_detach),
- {0, 0}
+
+ DEVMETHOD_END
};
static driver_t urio_driver = {
OpenPOWER on IntegriCloud