All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NET: Korina: Don't include <asm/segment.h>
@ 2011-08-18 20:39 Ralf Baechle
  0 siblings, 0 replies; only message in thread
From: Ralf Baechle @ 2011-08-18 20:39 UTC (permalink / raw)
  To: David S. Miller; +Cc: nbd, florian, Al Viro

Korina.c is a MIPS-specific SOC driver and <asm/segment> is empty on
MIPS since 2.1.7 ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

---
I have another patch to remove the MIPS <asm/segment.h> which will be
unused after this patch, therefore I'd like to merge this patch through
the MIPS tree.

 drivers/net/korina.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/korina.c b/drivers/net/korina.c
index 763844c..2fc3d4a 100644
--- a/drivers/net/korina.c
+++ b/drivers/net/korina.c
@@ -58,7 +58,6 @@
 #include <asm/system.h>
 #include <asm/bitops.h>
 #include <asm/pgtable.h>
-#include <asm/segment.h>
 #include <asm/io.h>
 #include <asm/dma.h>
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-18 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-18 20:39 [PATCH] NET: Korina: Don't include <asm/segment.h> Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.