aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mn
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2013-01-30 18:01:20 +0000
committerSofian Brabez <sbz@FreeBSD.org>2013-01-30 18:01:20 +0000
commit61bfd867626dad25026bafcbc5fbc595d9e85417 (patch)
treeb90283573540537e551848558d0045460649c4e6 /sys/dev/mn
parent8caedc2a57834d003127e32c17bc149271d856c2 (diff)
Notes
Diffstat (limited to 'sys/dev/mn')
-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 48fc3dc0a9b60..239aa0fc2b820 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 = {