From: Ralf Baechle Date: Thu, 11 Oct 2012 09:14:12 +0000 (+0200) Subject: MIPS: Remove unused empty_bad_pmd_table[] declaration. X-Git-Tag: v3.7-rc1~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd9e8392c3353cf0c84ecc5443db5bbc1eebf861;p=profile%2Fivi%2Fkernel-x86-ivi.git MIPS: Remove unused empty_bad_pmd_table[] declaration. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/pgtable-64.h b/arch/mips/include/asm/pgtable-64.h index 55908fd56b1..c26e1825007 100644 --- a/arch/mips/include/asm/pgtable-64.h +++ b/arch/mips/include/asm/pgtable-64.h @@ -162,7 +162,6 @@ typedef struct { unsigned long pmd; } pmd_t; extern pmd_t invalid_pmd_table[PTRS_PER_PMD]; -extern pmd_t empty_bad_pmd_table[PTRS_PER_PMD]; #endif /*