mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't need to declare cbb module. don't know why I never saw
duplicate messages..
This commit is contained in:
parent
b2df3ab18e
commit
b67471f34a
2 changed files with 0 additions and 2 deletions
|
|
@ -217,5 +217,4 @@ static driver_t cbb_isa_driver = {
|
|||
};
|
||||
|
||||
DRIVER_MODULE(cbb, isa, cbb_isa_driver, cbb_devclass, 0, 0);
|
||||
MODULE_VERSION(cbb, 1);
|
||||
MODULE_DEPEND(cbb, exca, 1, 1, 1);
|
||||
|
|
|
|||
|
|
@ -651,5 +651,4 @@ static driver_t cbb_driver = {
|
|||
};
|
||||
|
||||
DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0);
|
||||
MODULE_VERSION(cbb, 1);
|
||||
MODULE_DEPEND(cbb, exca, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue