Re: [PATCH] sparseirq: make some func to be used with genirq

From: Ingo Molnar
Date: Sun Jan 11 2009 - 10:07:48 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

>
> > > +++ b/include/linux/random.h
> > > @@ -10,6 +10,10 @@
> > > #include <linux/ioctl.h>
> > > #include <linux/irqnr.h>
> > >
> > > +#ifdef CONFIG_GENERIC_HARDIRQS
> > > +#include <linux/irq.h>
> > > +#endif
>
> fails CONFIG_HEADERS_CHECK=y:
>
> /home/mingo/linux/linux/usr/include/linux/random.h:14:
> included file 'linux/irq.h' is not exported

replaced it with the patch below instead. Hopefully that's enough.

Ingo

--------------------->