Forum Discussion
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 ...
Altera_Forum
Honored Contributor
21 years agoThanks for the tip, I also had to include linux/module.h but after that it worked fine.
-Tervis