LinuxKPI: add module dependency on firmware(9)
In a6c2507d1baedb183268e31bc6b6f659a9529904 support for LinuxKPI firmware loading was added. Record the dependency on firmware(9) as otherwise (if built as module) linuxkpi will no longer load. Reported-by: tijl MFC after: 1 day X-MFC-with: a6c2507d1baedb183268e31bc6b6f659a9529904 Sponsored-by: The FreeBSD Foundation
This commit is contained in:
parent
6955737522
commit
4a26380ba6
@ -31,5 +31,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/module.h>
|
||||
|
||||
MODULE_VERSION(linuxkpi, 1);
|
||||
MODULE_DEPEND(linuxkpi, firmware, 1, 1, 1);
|
||||
MODULE_DEPEND(linuxkpi, backlight, 1, 1, 1);
|
||||
MODULE_DEPEND(linuxkpi, pci, 1, 1, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user