diff options
Diffstat (limited to 'sys/dev/mii/rlswitch.c')
-rw-r--r-- | sys/dev/mii/rlswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/rlswitch.c b/sys/dev/mii/rlswitch.c index 67c4ec3..b158fd4 100644 --- a/sys/dev/mii/rlswitch.c +++ b/sys/dev/mii/rlswitch.c @@ -70,7 +70,7 @@ static device_method_t rlswitch_methods[] = { DEVMETHOD(device_attach, rlswitch_attach), DEVMETHOD(device_detach, mii_phy_detach), DEVMETHOD(device_shutdown, bus_generic_shutdown), - { 0, 0 } + DEVMETHOD_END }; static devclass_t rlswitch_devclass; |