diff options
| -rw-r--r-- | sys/dev/mii/acphy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c index 2165e503f99f..96fefa28334f 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), |
