driver core: Delete pointless parameter in fwnode_operations.add_links
[linux-2.6-microblaze.git] / include / linux / fwnode.h
index ffa9129..fde4ad9 100644 (file)
@@ -127,8 +127,7 @@ struct fwnode_operations {
        (*graph_get_port_parent)(struct fwnode_handle *fwnode);
        int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode,
                                    struct fwnode_endpoint *endpoint);
-       int (*add_links)(struct fwnode_handle *fwnode,
-                        struct device *dev);
+       int (*add_links)(struct fwnode_handle *fwnode);
 };
 
 #define fwnode_has_op(fwnode, op)                              \