aboutsummaryrefslogtreecommitdiffstats
path: root/net/802
diff options
context:
space:
mode:
Diffstat (limited to 'net/802')
-rw-r--r--net/802/mrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/802/mrp.c b/net/802/mrp.c
index 47a9e14c8ba7..a4cc3229952a 100644
--- a/net/802/mrp.c
+++ b/net/802/mrp.c
@@ -744,8 +744,8 @@ static int mrp_pdu_parse_msg(struct mrp_applicant *app, struct sk_buff *skb,
744 return 0; 744 return 0;
745} 745}
746 746
747int mrp_rcv(struct sk_buff *skb, struct net_device *dev, 747static int mrp_rcv(struct sk_buff *skb, struct net_device *dev,
748 struct packet_type *pt, struct net_device *orig_dev) 748 struct packet_type *pt, struct net_device *orig_dev)
749{ 749{
750 struct mrp_application *appl = container_of(pt, struct mrp_application, 750 struct mrp_application *appl = container_of(pt, struct mrp_application,
751 pkttype); 751 pkttype);