linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lmc_proto.c includes <asm/smp.h>
@ 2003-06-09 10:37 Geert Uytterhoeven
  0 siblings, 0 replies; 5+ 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

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

--- linux-2.4.x/drivers/net/wan/lmc/lmc_proto.c	Wed Mar  7 10:29:48 2001
+++ linux-m68k-2.4.x/drivers/net/wan/lmc/lmc_proto.c	Sun Jun  8 10:39:03 2003
@@ -31,7 +31,7 @@
 #include <linux/interrupt.h>
 #include <linux/pci.h>
 #include <asm/segment.h>
-#include <asm/smp.h>
+#include <linux/smp.h>
 
 #include <linux/in.h>
 #include <linux/if_arp.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] 5+ messages in thread
* [PATCH] lmc_proto.c includes <asm/smp.h>
@ 2003-06-15 18:36 Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2003-06-15 18:36 UTC (permalink / raw)
  To: Linus Torvalds, asj; +Cc: Linux Kernel Development, Geert Uytterhoeven

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

--- linux-2.5.x/drivers/net/wan/lmc/lmc_proto.c	Tue Dec 10 13:41:24 2002
+++ linux-m68k-2.5.x/drivers/net/wan/lmc/lmc_proto.c	Sun Jun  8 10:39:42 2003
@@ -44,7 +44,7 @@
 #include <asm/bitops.h>
 #include <asm/io.h>
 #include <asm/dma.h>
-#include <asm/smp.h>
+#include <linux/smp.h>
 
 #include "lmc_ver.h"
 #include "lmc.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] 5+ messages in thread
* [PATCH] lmc_proto.c includes <asm/smp.h>
@ 2003-06-15 19:10 Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2003-06-15 19:10 UTC (permalink / raw)
  To: Marcelo Tosatti, Alan Cox, asj
  Cc: Linux Kernel Development, Geert Uytterhoeven

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

--- linux-2.4.x/drivers/net/wan/lmc/lmc_proto.c	Wed Mar  7 10:29:48 2001
+++ linux-m68k-2.4.x/drivers/net/wan/lmc/lmc_proto.c	Sun Jun  8 10:39:03 2003
@@ -31,7 +31,7 @@
 #include <linux/interrupt.h>
 #include <linux/pci.h>
 #include <asm/segment.h>
-#include <asm/smp.h>
+#include <linux/smp.h>
 
 #include <linux/in.h>
 #include <linux/if_arp.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] 5+ messages in thread
* [PATCH] lmc_proto.c includes <asm/smp.h>
@ 2003-07-26 14:51 Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2003-07-26 14:51 UTC (permalink / raw)
  To: Linus Torvalds, asj, Alan Cox
  Cc: Linux Kernel Development, Geert Uytterhoeven

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

--- linux-2.6.x/drivers/net/wan/lmc/lmc_proto.c	Tue Dec 10 13:41:24 2002
+++ linux-m68k-2.6.x/drivers/net/wan/lmc/lmc_proto.c	Sun Jun  8 10:39:42 2003
@@ -44,7 +44,7 @@
 #include <asm/bitops.h>
 #include <asm/io.h>
 #include <asm/dma.h>
-#include <asm/smp.h>
+#include <linux/smp.h>
 
 #include "lmc_ver.h"
 #include "lmc.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] 5+ messages in thread
* [PATCH] lmc_proto.c includes <asm/smp.h>
@ 2003-08-29 14:49 Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2003-08-29 14:49 UTC (permalink / raw)
  To: Marcelo Tosatti, asj; +Cc: Linux Kernel Development, Geert Uytterhoeven

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

--- linux-2.4.23-pre1/drivers/net/wan/lmc/lmc_proto.c	Wed Mar  7 10:29:48 2001
+++ linux-m68k-2.4.23-pre1/drivers/net/wan/lmc/lmc_proto.c	Sun Jun  8 10:39:03 2003
@@ -31,7 +31,7 @@
 #include <linux/interrupt.h>
 #include <linux/pci.h>
 #include <asm/segment.h>
-#include <asm/smp.h>
+#include <linux/smp.h>
 
 #include <linux/in.h>
 #include <linux/if_arp.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] 5+ messages in thread

end of thread, other threads:[~2003-08-29 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-09 10:37 [PATCH] lmc_proto.c includes <asm/smp.h> Geert Uytterhoeven
2003-06-15 18:36 Geert Uytterhoeven
2003-06-15 19:10 Geert Uytterhoeven
2003-07-26 14:51 Geert Uytterhoeven
2003-08-29 14:49 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).