diff options
Diffstat (limited to 'net/phonet/pep-gprs.c')
| -rw-r--r-- | net/phonet/pep-gprs.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/net/phonet/pep-gprs.c b/net/phonet/pep-gprs.c index d01208968c8..66dc65e7c6a 100644 --- a/net/phonet/pep-gprs.c +++ b/net/phonet/pep-gprs.c @@ -5,7 +5,7 @@   *   * Copyright (C) 2008 Nokia Corporation.   * - * Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> + * Author: Rémi Denis-Courmont   *   * This program is free software; you can redistribute it and/or   * modify it under the terms of the GNU General Public License @@ -37,7 +37,7 @@  struct gprs_dev {  	struct sock		*sk;  	void			(*old_state_change)(struct sock *); -	void			(*old_data_ready)(struct sock *, int); +	void			(*old_data_ready)(struct sock *);  	void			(*old_write_space)(struct sock *);  	struct net_device	*dev; @@ -146,7 +146,7 @@ drop:  	return err;  } -static void gprs_data_ready(struct sock *sk, int len) +static void gprs_data_ready(struct sock *sk)  {  	struct gprs_dev *gp = sk->sk_user_data;  	struct sk_buff *skb;  | 
