net: make neigh_ops constant
[linux-block.git] / include / net / arp.h
index c236270ec95ee63566e67f52004636004f912c6a..716f43c5c98eb92061cc2eb416c270ea8c68cd4a 100644 (file)
@@ -26,6 +26,6 @@ extern struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
                                  const unsigned char *target_hw);
 extern void arp_xmit(struct sk_buff *skb);
 
-extern struct neigh_ops arp_broken_ops;
+extern const struct neigh_ops arp_broken_ops;
 
 #endif /* _ARP_H */