net/mlx5: Add missing inline to stub esw_add_restore_rule
[linux-2.6-microblaze.git] / include / net / cfg802154.h
index 6f86073..6ed0784 100644 (file)
@@ -214,7 +214,7 @@ struct wpan_phy {
        /* the network namespace this phy lives in currently */
        possible_net_t _net;
 
-       char priv[0] __aligned(NETDEV_ALIGN);
+       char priv[] __aligned(NETDEV_ALIGN);
 };
 
 static inline struct net *wpan_phy_net(struct wpan_phy *wpan_phy)