aboutsummaryrefslogtreecommitdiff
path: root/include/linux/if_pppox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/if_pppox.h')
-rw-r--r--include/linux/if_pppox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_pppox.h b/include/linux/if_pppox.h
index dccd621d6377..070ec7d0df43 100644
--- a/include/linux/if_pppox.h
+++ b/include/linux/if_pppox.h
@@ -56,7 +56,7 @@ struct pppopns_opt {
__u16 remote;
__u32 recv_sequence;
__u32 xmit_sequence;
- void (*data_ready)(struct sock *sk_raw, int length);
+ void (*data_ready)(struct sock *sk_raw);
int (*backlog_rcv)(struct sock *sk_raw, struct sk_buff *skb);
};