Altera_Forum
Honored Contributor
21 years agoProblem with IRQs and kernel modules
Hello all!
Functions request_irq and free_irq don't seem to be available to the installable kernel modules, trying to insmod a module using those functions will fail with unresolved symbol messages about these two functions. These functions work ok when linking the driver statically into the kernel. What gives? Can I somehow tell the kernel to export these functions? And yes, I have to have those drivers as modules, linking into kernel is not an option in this case. My distribution is the older 1.1 version, would upgrading to version 1.2 fix this? -Tervis