[PATCH] More missing includes [3/4]

Geert Uytterhoeven (geert@linux-m68k.org)
Mon, 18 Nov 2002 23:19:14 +0100 (MET)


Add missing #include <linux/sched.h>

--- linux-2.5.48/drivers/parport/ieee1284.c Tue Jan 29 10:14:00 2002
+++ linux-m68k-2.5.48/drivers/parport/ieee1284.c Mon Nov 18 14:06:27 2002
@@ -22,6 +22,7 @@
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
+#include <linux/sched.h>

#undef DEBUG /* undef me for production */

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

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