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@xxxxxxxxxxxxxx> --- 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>