mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We don't have a ISA specific shutdown routine at this time, so remove
it. We just moved it to be pci specific, so this was causing compile problems (linking problems, so I didn't notice since I unwisely just built the module).
This commit is contained in:
parent
5a535f681f
commit
f99cc4ad59
1 changed files with 0 additions and 1 deletions
|
|
@ -207,7 +207,6 @@ static device_method_t cbb_methods[] = {
|
|||
DEVMETHOD(device_probe, cbb_isa_probe),
|
||||
DEVMETHOD(device_attach, cbb_isa_attach),
|
||||
DEVMETHOD(device_detach, cbb_detach),
|
||||
DEVMETHOD(device_shutdown, cbb_shutdown),
|
||||
DEVMETHOD(device_suspend, cbb_suspend),
|
||||
DEVMETHOD(device_resume, cbb_resume),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue