diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c index 2165e503f99..96fefa28334 100644 --- a/sys/dev/mii/acphy.c +++ b/sys/dev/mii/acphy.c @@ -99,7 +99,6 @@ static int acphy_detach __P((device_t)); static device_method_t acphy_methods[] = { /* device interface */ DEVMETHOD(device_probe, acphy_probe), -A DEVMETHOD(device_attach, acphy_attach), DEVMETHOD(device_detach, acphy_detach), DEVMETHOD(device_shutdown, bus_generic_shutdown),