mrp: make mrp_rcv static
[firefly-linux-kernel-4.4.55.git] / net / 802 / mrp.c
index 47a9e14c8ba7a64c5f7f144b83b2e48bc3cb7cd0..a4cc3229952a17d387411cded9bc66d940b9929f 100644 (file)
@@ -744,8 +744,8 @@ static int mrp_pdu_parse_msg(struct mrp_applicant *app, struct sk_buff *skb,
        return 0;
 }
 
-int mrp_rcv(struct sk_buff *skb, struct net_device *dev,
-           struct packet_type *pt, struct net_device *orig_dev)
+static int mrp_rcv(struct sk_buff *skb, struct net_device *dev,
+                  struct packet_type *pt, struct net_device *orig_dev)
 {
        struct mrp_application *appl = container_of(pt, struct mrp_application,
                                                    pkttype);