diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-12-22 17:52:52 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:07:58 -0800 |
commit | 904584018e9ba30a3e562d86ee7dfb6239105664 (patch) | |
tree | 4ca6856a732c4d8e98f0537ddf196a98e9058250 /drivers/net/wan/hdlc_ppp.c | |
parent | a3edb08311fc559652ffc959e93eb5be9294443f (diff) | |
download | blackbird-op-linux-904584018e9ba30a3e562d86ee7dfb6239105664.tar.gz blackbird-op-linux-904584018e9ba30a3e562d86ee7dfb6239105664.zip |
annotate the rest of drivers/net/wan
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/wan/hdlc_ppp.c')
-rw-r--r-- | drivers/net/wan/hdlc_ppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/hdlc_ppp.c b/drivers/net/wan/hdlc_ppp.c index 3caeb528eace..519e1550e2e7 100644 --- a/drivers/net/wan/hdlc_ppp.c +++ b/drivers/net/wan/hdlc_ppp.c @@ -42,7 +42,7 @@ static inline struct ppp_state* state(hdlc_device *hdlc) static int ppp_open(struct net_device *dev) { hdlc_device *hdlc = dev_to_hdlc(dev); - void *old_ioctl; + int (*old_ioctl)(struct net_device *, struct ifreq *, int); int result; dev->priv = &state(hdlc)->syncppp_ptr; |