From e8288d7f9cdff1c2f32160fe2a5697859c128811 Mon Sep 17 00:00:00 2001 From: Semen Ustimenko Date: Wed, 7 Feb 2001 22:34:15 +0000 Subject: [PATCH] Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in compilation. --- sys/dev/mii/acphy.c | 1 - 1 file changed, 1 deletion(-) 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),