X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=namedev.h;h=f1e0082241e8f611aeb9a637bd54e6cb90f05267;hb=9dfe20eff709a251da92c473ea94615887497e0a;hp=fa924b14d96dd12e4076a0ddb8e518d6c863d5e8;hpb=4a539daf1e5daa17b52239478d97f8dc7a6506b6;p=elogind.git diff --git a/namedev.h b/namedev.h index fa924b14d..f1e008224 100644 --- 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);