diff options
Diffstat (limited to 'include/linux/sysfs.h')
| -rw-r--r-- | include/linux/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index fe82dff179ce..066a9ccc0fb4 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h @@ -41,7 +41,7 @@ extern void sysfs_remove_file(struct kobject *, struct attribute *); extern int -sysfs_create_link(struct kobject * kobj, char * name, char * target); +sysfs_create_link(struct kobject * kobj, struct kobject * target, char * name); extern void sysfs_remove_link(struct kobject *, char * name); |
