[ARM] pxa: add pxa320 missing pin function for CS2 on GPIO3
[firefly-linux-kernel-4.4.55.git] / include / net / udp.h
index df2bfe545374b47bde49e2765a7d7995471304ee..90e6ce56be6576826ef51f9c85d4ae0d91791dbb 100644 (file)
@@ -51,7 +51,7 @@ struct udp_skb_cb {
 #define UDP_SKB_CB(__skb)      ((struct udp_skb_cb *)((__skb)->cb))
 
 struct udp_hslot {
-       struct hlist_head       head;
+       struct hlist_nulls_head head;
        spinlock_t              lock;
 } __attribute__((aligned(2 * sizeof(long))));
 struct udp_table {