diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-11-22 21:28:20 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-11-22 21:28:20 +0000 |
| commit | 4b7ec27007570e0ce4fe9dbb447e7afc131b487a (patch) | |
| tree | 4941db3a873a5f9b2ccc4a64c23bf5cd65516206 /sys/dev/sf | |
| parent | 21c8beb9fd4c49e791b4347f7b535315735a398a (diff) | |
Notes
Diffstat (limited to 'sys/dev/sf')
| -rw-r--r-- | sys/dev/sf/if_sf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index e919f5519ab8..251f310ae5d9 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -212,16 +212,12 @@ static device_method_t sf_methods[] = { DEVMETHOD(device_suspend, sf_suspend), DEVMETHOD(device_resume, sf_resume), - /* bus interface */ - DEVMETHOD(bus_print_child, bus_generic_print_child), - DEVMETHOD(bus_driver_added, bus_generic_driver_added), - /* MII interface */ DEVMETHOD(miibus_readreg, sf_miibus_readreg), DEVMETHOD(miibus_writereg, sf_miibus_writereg), DEVMETHOD(miibus_statchg, sf_miibus_statchg), - { NULL, NULL } + DEVMETHOD_END }; static driver_t sf_driver = { |
