aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mn/if_mn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mn/if_mn.c')
-rw-r--r--sys/dev/mn/if_mn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mn/if_mn.c b/sys/dev/mn/if_mn.c
index 48fc3dc0a9b6..239aa0fc2b82 100644
--- a/sys/dev/mn/if_mn.c
+++ b/sys/dev/mn/if_mn.c
@@ -1418,7 +1418,7 @@ static device_method_t mn_methods[] = {
DEVMETHOD(device_resume, bus_generic_resume),
DEVMETHOD(device_shutdown, bus_generic_shutdown),
- {0, 0}
+ DEVMETHOD_END
};
static driver_t mn_driver = {