diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 11:14:12 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 11:14:12 +0200 |
commit | fd9e8392c3353cf0c84ecc5443db5bbc1eebf861 (patch) | |
tree | 374c2e534a7ed039c76cdfa29a1ede8567375eeb /arch | |
parent | 2551aebc670073530d15ee249c6e41afda82a98b (diff) | |
download | linux-3.10-fd9e8392c3353cf0c84ecc5443db5bbc1eebf861.tar.gz linux-3.10-fd9e8392c3353cf0c84ecc5443db5bbc1eebf861.tar.bz2 linux-3.10-fd9e8392c3353cf0c84ecc5443db5bbc1eebf861.zip |
MIPS: Remove unused empty_bad_pmd_table[] declaration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/pgtable-64.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 /* |