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/sfxge/sfxge.c | |
| parent | 21c8beb9fd4c49e791b4347f7b535315735a398a (diff) | |
Notes
Diffstat (limited to 'sys/dev/sfxge/sfxge.c')
| -rw-r--r-- | sys/dev/sfxge/sfxge.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/sfxge/sfxge.c b/sys/dev/sfxge/sfxge.c index 380215a3ef54..18428cf523a9 100644 --- a/sys/dev/sfxge/sfxge.c +++ b/sys/dev/sfxge/sfxge.c @@ -757,11 +757,7 @@ static device_method_t sfxge_methods[] = { DEVMETHOD(device_attach, sfxge_attach), DEVMETHOD(device_detach, sfxge_detach), - /* Bus interface. */ - DEVMETHOD(bus_print_child, bus_generic_print_child), - DEVMETHOD(bus_driver_added, bus_generic_driver_added), - - { 0, 0 } + DEVMETHOD_END }; static devclass_t sfxge_devclass; |
