mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
fdt: Explicitly mark fdt_slicer as dependent on geom_flashmap
Without this dependency relationship, the linker doesn't find the flash_register_slicer() function, so kldload fails to load fdt_slicer.ko. Discussed with: ian@
This commit is contained in:
parent
1d3a067e85
commit
e5657ef4cf
1 changed files with 1 additions and 0 deletions
|
|
@ -182,4 +182,5 @@ static moduledata_t fdt_slicer_mod = {
|
|||
};
|
||||
|
||||
DECLARE_MODULE(fdt_slicer, fdt_slicer_mod, SI_SUB_DRIVERS, SI_ORDER_SECOND);
|
||||
MODULE_DEPEND(fdt_slicer, g_flashmap, 0, 0, 0);
|
||||
MODULE_VERSION(fdt_slicer, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue