Added missing dependency on rc4.
Reviewed by: imp
This commit is contained in:
parent
61b25513f1
commit
7f18da65a4
@ -281,3 +281,4 @@ static driver_t awi_pccard_driver = {
|
||||
extern devclass_t awi_devclass;
|
||||
|
||||
DRIVER_MODULE(awi, pccard, awi_pccard_driver, awi_devclass, 0, 0);
|
||||
MODULE_DEPEND(awi, rc4, 1, 1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user