|
request_irq() on kernel 2.6.27
Hi,
I have a linux PCIe driver code that uses request_irq()in its probe function. This compiles fine on kernel 2.6.26.5. I recently migrated to kernel 2.6.27.21. The same call fails to compile with error "implicit declaration of function request_irq".
Any thoughts?
|