From: Nicholas Krause Date: Fri, 4 Jul 2014 16:29:53 +0000 (-0400) Subject: m68k/sun3: Remove define statement no longer needed X-Git-Tag: v4.14-rc1~7124^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9117710a5997eb078035052800a31b77d47e0e5a;p=platform%2Fkernel%2Flinux-rpi.git m68k/sun3: Remove define statement no longer needed In the file sun3_pgalloc.h we should remove #define_KERNPG_TABLE equals 0 as this define statement hasn't been used since kernel verison 2.5.18 and is now no longer needed. Signed-off-by: Nicholas Krause Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/include/asm/sun3_pgalloc.h b/arch/m68k/include/asm/sun3_pgalloc.h index f868506..0931388 100644 --- a/arch/m68k/include/asm/sun3_pgalloc.h +++ b/arch/m68k/include/asm/sun3_pgalloc.h @@ -12,10 +12,6 @@ #include -/* FIXME - when we get this compiling */ -/* erm, now that it's compiling, what do we do with it? */ -#define _KERNPG_TABLE 0 - extern const char bad_pmd_string[]; #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); })