NET: Korina: Don't include <asm/segment.h>
authorRalf Baechle <ralf@linux-mips.org>
Fri, 19 Aug 2011 04:32:18 +0000 (21:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2011 04:32:18 +0000 (21:32 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/korina.c

index 6767756..d8430f4 100644 (file)
@@ -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>