Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx> writes:yes, it has.
@@ -236,6 +239,13 @@ __vlan_find_dev_deep_rcu(struct net_device *real_dev,
return NULL;
}
+static inline int
+vlan_for_each(struct net_device *dev,
+ int (*action)(struct net_device *dev, int vid, void *arg),
+ void *arg)
+{
+}
+
This stub should return 0, shouldn't it?
Bjørn