From: Andi Kleen Trivial gcc-3.5 build fixes. Signed-off-by: Andrew Morton --- 25-akpm/drivers/atm/iphase.h | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/atm/iphase.h~gcc35-iphase.h drivers/atm/iphase.h --- 25/drivers/atm/iphase.h~gcc35-iphase.h 2004-07-10 17:52:21.120231960 -0700 +++ 25-akpm/drivers/atm/iphase.h 2004-07-10 17:52:21.124231352 -0700 @@ -68,8 +68,6 @@ #define IF_IADBG_SUNI_STAT 0x02000000 // suni statistics #define IF_IADBG_RESET 0x04000000 -extern unsigned int IADebugFlag; - #define IF_IADBG(f) if (IADebugFlag & (f)) #ifdef CONFIG_ATM_IA_DEBUG /* Debug build */ _