diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/driverfs_fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/driverfs_fs.h b/include/linux/driverfs_fs.h index 64783095cc9a..758dc23f09f6 100644 --- a/include/linux/driverfs_fs.h +++ b/include/linux/driverfs_fs.h @@ -54,8 +54,7 @@ driverfs_create_file(struct driver_file_entry * entry, extern int driverfs_create_symlink(struct driver_dir_entry * parent, - struct driver_file_entry * entry, - char * target); + char * name, char * target); extern void driverfs_remove_file(struct driver_dir_entry *, const char * name); |
