Browse Source

m68k/vme: Remove unused mvme_bdid_ptr

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Geert Uytterhoeven 12 years ago
parent
commit
4edf07fd8f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/m68k/include/asm/mvme16xhw.h

+ 0 - 2
arch/m68k/include/asm/mvme16xhw.h

@@ -7,8 +7,6 @@
 
 /* Note, bytes 12 and 13 are board no in BCD (0162,0166,0167,0177,etc) */
 
-extern long mvme_bdid_ptr;
-
 typedef struct {
 	char	bdid[4];
 	u_char	rev, mth, day, yr;