Re: SV: SV: comedi with ARM

On Tuesday 05 April 2005 06:50 am, Kinell Björn wrote:
> In my linux/irq.h at the top there's a comment block by Russel King
> specifically telling people not to include this file in generic code.
>
> In fact the advice that I get reading from
> http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2004-November/0
>25250.html
>
> Is to:
> "Comment out linux/irq.h and hopefully it'll build."
>
> Does anyone know what linux/irq.h does for the comedi driver?
>
> Appreciate any help, thanks.
>
> /Björn Kinell

You can change it to asm/irq.h if you want, but I doubt it will make any 
difference.  Your problems were at run-time not compile-time, right?  As 
far as I can tell the only thing we use irq.h for is a couple drivers that 
call disable_irq().  It's also included by comedi/rt.c, I'm not sure of 
the specific reason for that though.

-- 
Frank

Received on 2005-04-05Z11:37:05