
From: Andi Kleen <ak@muc.de>

Trivial gcc-3.5 build fixes.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/atm/fore200e.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/atm/fore200e.c~gcc35-fore200e.c drivers/atm/fore200e.c
--- 25/drivers/atm/fore200e.c~gcc35-fore200e.c	2004-07-10 17:52:19.952409496 -0700
+++ 25-akpm/drivers/atm/fore200e.c	2004-07-10 17:52:19.957408736 -0700
@@ -110,8 +110,8 @@
 #endif
 
 
-extern const struct atmdev_ops   fore200e_ops;
-extern const struct fore200e_bus fore200e_bus[];
+static const struct atmdev_ops   fore200e_ops;
+static const struct fore200e_bus fore200e_bus[];
 
 static struct fore200e* fore200e_boards = NULL;
 
_
