---------- Forwarded message ---------- Date: Mon, 9 Jun 2003 12:37:51 +0200 From: Geert Uytterhoeven <geert@linux-m68k.org> To: Marcelo Tosatti <marcelo@conectiva.com.br>, Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Linux Kernel Development <linux-kernel@vger.kernel.org>, Geert Uytterhoeven <geert@linux-m68k.org> Subject: [PATCH] sch_ingress.c includes <asm/smp.h> 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 - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html