
From: Andi Kleen <ak@muc.de>

Trivial gcc-3.5 build fixes.

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

 25-akpm/drivers/net/pppoe.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN drivers/net/pppoe.c~gcc35-pppoe.c drivers/net/pppoe.c
--- 25/drivers/net/pppoe.c~gcc35-pppoe.c	2004-07-10 17:52:25.311594776 -0700
+++ 25-akpm/drivers/net/pppoe.c	2004-07-10 17:52:25.316594016 -0700
@@ -79,6 +79,8 @@
 #define PPPOE_HASH_BITS 4
 #define PPPOE_HASH_SIZE (1<<PPPOE_HASH_BITS)
 
+static struct ppp_channel_ops pppoe_chan_ops;
+
 static int pppoe_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
 static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb);
 static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb);
_
