[PATCH] sch_ingress.c includes <asm/smp.h>

From: Geert Uytterhoeven (geert@linux-m68k.org)
Date: Mon Jun 09 2003 - 05:37:51 EST


sch_ingress.c includes <asm/smp.h>, causing build failures on UMP-only
architectures

--- linux-2.4.x/net/sched/sch_ingress.c Tue Aug 13 08:56:22 2002
+++ linux-m68k-2.4.x/net/sched/sch_ingress.c Wed Jun 4 10:57:00 2003
@@ -18,7 +18,7 @@
 #include <net/pkt_sched.h>
 #include <asm/byteorder.h>
 #include <asm/uaccess.h>
-#include <asm/smp.h>
+#include <linux/smp.h>
 #include <linux/kmod.h>
 #include <linux/stat.h>
 #include <linux/interrupt.h>

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/



This archive was generated by hypermail 2b29 : Sun Jun 15 2003 - 22:00:20 EST