linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sch_ingress.c includes <asm/smp.h>
@ 2003-06-09 10:37 Geert Uytterhoeven
  2003-06-09 11:50 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2003-06-09 10:37 UTC (permalink / raw)
  To: Marcelo Tosatti, Alan Cox; +Cc: Linux Kernel Development, Geert Uytterhoeven

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-06-09 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-09 10:37 [PATCH] sch_ingress.c includes <asm/smp.h> Geert Uytterhoeven
2003-06-09 11:50 ` David S. Miller
2003-06-09 12:02   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).