On 9/8/07, Bob Beers <[EMAIL PROTECTED]> wrote:
> Where can I learn how to modify request_irq() call
>  when migrating a driver from 2.6.15.x to 2.6.latest?
>
> I get this error:
>
> warning: passing arg 2 of `request_irq' from incompatible pointer type

I guess the fix is to remove the last argument, struct pt_regs *regs,
 from the interrupt handler routine's function declaration and leave
 request_irq() alone.  If I am wrong, someone please educate me. :)

-Bob

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to