chiark / gitweb /
[PATCH] Shut up wait_for_sysfs class/net failure messages, as it's not possible
[elogind.git] / namedev.h
index fa924b14d96dd12e4076a0ddb8e518d6c863d5e8..f1e0082241e8f611aeb9a637bd54e6cb90f05267 100644 (file)
--- a/namedev.h
+++ b/namedev.h
@@ -102,7 +102,7 @@ extern struct list_head config_device_list;
 extern struct list_head perm_device_list;
 
 extern int namedev_init(void);
-extern int namedev_name_device(struct sysfs_class_device *class_dev, struct udevice *dev);
+extern int namedev_name_device(struct udevice *udev, struct sysfs_class_device *class_dev);
 extern int namedev_init_permissions(void);
 extern int namedev_init_rules(void);