Re: [PATCH] wrong include in i8259.c in 2.3.14

david parsons (o.r.c@p.e.l.l.p.o.r.t.l.a.n.d.o.r.u.s)
19 Aug 1999 16:52:20 -0700


In article <linux.kernel.Pine.LNX.4.10.9908191456480.6581-100000@home.suse.com>,
<andre@suse.com> wrote:

>> I've found that i8259 tries to include linux/tasks.h which is gone.
>> so obvious patch is:
>>
>> --- linux/arch/i386/kernel/i8259.c.orig Thu Aug 19 22:04:38 1999
>> +++ linux/arch/i386/kernel/i8259.c Thu Aug 19 22:04:47 1999
>> @@ -10,7 +10,6 @@
>> #include <linux/malloc.h>
>> #include <linux/random.h>
>> #include <linux/smp.h>
>> -#include <linux/tasks.h>
>
>+#include <linux/threads.h>
>
>is the rest of the answer. tasks.h -> threads.h

But it doesn't seem to actually be needed; i8259.c compiles without
complaint with that include commented out.

____
david parsons \bi/ Of course this is compiled with 2.7.0...
\/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/