]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - include/net/neighbour.h
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / include / net / neighbour.h
index 8b683841e5743f011a0d362af4ea9c26d0e75c77..bf656008f6e792b688fda00437338d21431bcab7 100644 (file)
@@ -446,7 +446,7 @@ static inline int neigh_hh_bridge(struct hh_cache *hh, struct sk_buff *skb)
 }
 #endif
 
-static inline int neigh_hh_output(const struct hh_cache *hh, struct sk_buff *skb)
+static inline int neigh_hh_output(struct hh_cache *hh, struct sk_buff *skb)
 {
        unsigned int seq;
        int hh_len;
@@ -501,7 +501,7 @@ struct neighbour_cb {
 
 #define NEIGH_CB(skb)  ((struct neighbour_cb *)(skb)->cb)
 
-static inline void neigh_ha_snapshot(char *dst, const struct neighbour *n,
+static inline void neigh_ha_snapshot(char *dst, struct neighbour *n,
                                     const struct net_device *dev)
 {
        unsigned int seq;