diff options
Diffstat (limited to 'sys/dev/mii/rdcphy.c')
-rw-r--r-- | sys/dev/mii/rdcphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/rdcphy.c b/sys/dev/mii/rdcphy.c index cf5db88..6f7f98d 100644 --- a/sys/dev/mii/rdcphy.c +++ b/sys/dev/mii/rdcphy.c @@ -65,7 +65,7 @@ static device_method_t rdcphy_methods[] = { DEVMETHOD(device_attach, rdcphy_attach), DEVMETHOD(device_detach, mii_phy_detach), DEVMETHOD(device_shutdown, bus_generic_shutdown), - KOBJMETHOD_END + DEVMETHOD_END }; static devclass_t rdcphy_devclass; |