]> git.neil.brown.name Git - history.git/commitdiff
[PATCH 4/8] gcc-3.5 fixes
authorAndrew Morton <akpm@osdl.org>
Thu, 29 Jul 2004 08:30:56 +0000 (01:30 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 29 Jul 2004 08:30:56 +0000 (01:30 -0700)
From: Andi Kleen <ak@muc.de>

Trivial gcc-3.5 build fixes.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@redhat.com>
drivers/atm/iphase.h

index 92e514c79c4845509ba001e2123935aab18afd02..9da028683bb8a6c28557d4a623d73bf86fff14eb 100644 (file)
@@ -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 */