Skip to content

Resolve "Split driver into OF and PCI modules"

Jaroslav Beran requested to merge 332-split-driver-into-of-and-pci-modules into master

It was necessary to split not only files within a module, but build both modules separately because of linker errors: multiple definition of `init_module' and multiple definition of `cleanup_module'

Closes #332 (closed)

Merge request reports