Bluetooth: Add definitions for Add/Remove Advertising API
[cascardo/linux.git] / include / net / inet_hashtables.h
index dd1950a..bcd6475 100644 (file)
@@ -76,9 +76,7 @@ struct inet_ehash_bucket {
  * ports are created in O(1) time?  I thought so. ;-)  -DaveM
  */
 struct inet_bind_bucket {
-#ifdef CONFIG_NET_NS
-       struct net              *ib_net;
-#endif
+       possible_net_t          ib_net;
        unsigned short          port;
        signed char             fastreuse;
        signed char             fastreuseport;