Message ID | 20210215210912.2633895-2-olteanv@gmail.com |
---|---|
State | New |
Headers | show |
Series | Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'" | expand |
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 195f62672cc4..9a5426b61ca5 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h @@ -296,7 +296,8 @@ static inline void switchdev_deferred_process(void) } static inline int switchdev_port_attr_set(struct net_device *dev, - const struct switchdev_attr *attr) + const struct switchdev_attr *attr, + struct netlink_ext_ack *extack) { return -EOPNOTSUPP; }