From: Geert Uytterhoeven Date: Wed, 2 Oct 2013 20:28:08 +0000 (+0200) Subject: m68k/vme: Remove unused mvme_bdid_ptr X-Git-Tag: v3.14-rc1~183^2~27 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4edf07fd8f6520bea292384a3638088ccbfdcaa1;p=linux.git m68k/vme: Remove unused mvme_bdid_ptr Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/include/asm/mvme16xhw.h b/arch/m68k/include/asm/mvme16xhw.h index 6117f56653d2..87fa84ad252e 100644 --- a/arch/m68k/include/asm/mvme16xhw.h +++ b/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;