summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsemenu <semenu@FreeBSD.org>2001-02-07 22:34:15 +0000
committersemenu <semenu@FreeBSD.org>2001-02-07 22:34:15 +0000
commite2a65304020c04e775db225eeb5fe0694df5ae3d (patch)
treee07069206308ac3a35fa0055c02a3522836180d9 /sys
parent5cf198e77a11a11a0eacfb25b60ec45be586d5ca (diff)
downloadFreeBSD-src-e2a65304020c04e775db225eeb5fe0694df5ae3d.zip
FreeBSD-src-e2a65304020c04e775db225eeb5fe0694df5ae3d.tar.gz
Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in
compilation.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mii/acphy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c
index 2165e50..96fefa2 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),
OpenPOWER on IntegriCloud