net: add netlink_ext_ack argument to rtnl_link_ops.newlink
[linux-2.6-microblaze.git] / drivers / net / caif / caif_hsi.c
index 11ba6e3..ed4723a 100644 (file)
@@ -1399,7 +1399,8 @@ static int caif_hsi_fill_info(struct sk_buff *skb, const struct net_device *dev)
 }
 
 static int caif_hsi_newlink(struct net *src_net, struct net_device *dev,
-                         struct nlattr *tb[], struct nlattr *data[])
+                           struct nlattr *tb[], struct nlattr *data[],
+                           struct netlink_ext_ack *extack)
 {
        struct cfhsi *cfhsi = NULL;
        struct cfhsi_ops *(*get_ops)(void);