From: Andi Kleen <ak@muc.de>

Trivial gcc-3.5 build fixes.

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

 25-akpm/drivers/media/dvb/frontends/sp887x.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN drivers/media/dvb/frontends/sp887x.c~gcc35-sp887x.c drivers/media/dvb/frontends/sp887x.c
--- 25/drivers/media/dvb/frontends/sp887x.c~gcc35-sp887x.c	2004-07-10 17:52:25.886507376 -0700
+++ 25-akpm/drivers/media/dvb/frontends/sp887x.c	2004-07-10 17:52:25.889506920 -0700
@@ -68,8 +68,6 @@ struct dvb_frontend_info sp887x_info = {
                 FE_CAN_RECOVER
 };
 
-static int errno;
-
 static
 int i2c_writebytes (struct dvb_frontend *fe, u8 addr, u8 *buf, u8 len)
 {
_