diff options
Diffstat (limited to 'sys/dev/oce/oce_if.c')
| -rw-r--r-- | sys/dev/oce/oce_if.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/oce/oce_if.c b/sys/dev/oce/oce_if.c index 7d15fcc094e8..cba57bfa5a68 100644 --- a/sys/dev/oce/oce_if.c +++ b/sys/dev/oce/oce_if.c @@ -108,7 +108,8 @@ static device_method_t oce_dispatch[] = { DEVMETHOD(device_attach, oce_attach), DEVMETHOD(device_detach, oce_detach), DEVMETHOD(device_shutdown, oce_shutdown), - {0, 0} + + DEVMETHOD_END }; static driver_t oce_driver = { |
