mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in
compilation.
This commit is contained in:
parent
1debc9f69d
commit
e8288d7f9c
1 changed files with 0 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue