Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in

compilation.
This commit is contained in:
Semen Ustimenko 2001-02-07 22:34:15 +00:00
parent 1debc9f69d
commit e8288d7f9c

View file

@ -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),