From 983ac67ac030cee028ebc5dfa4a69b901bb3839c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 10 Oct 2012 16:24:14 +0200 Subject: [PATCH] MIPS: Remove unused empty_bad_pmd_table[] declaration. Signed-off-by: Ralf Baechle --- arch/mips/include/asm/pgtable-64.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/include/asm/pgtable-64.h b/arch/mips/include/asm/pgtable-64.h index 55908fd56b1f..c26e18250079 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 /* -- 2.39.5