Skip to content

Commit

Permalink
MIPS: Remove unused empty_bad_pmd_table[] declaration.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Oct 11, 2012
1 parent 2551aeb commit fd9e839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/include/asm/pgtable-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit fd9e839

Please sign in to comment.