diff options
Diffstat (limited to 'fs/sysfs')
-rw-r--r-- | fs/sysfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index d0d79e6b6d11..1f4a3f877262 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c | |||
@@ -469,7 +469,7 @@ void sysfs_notify_dirent(struct sysfs_dirent *sd) | |||
469 | } | 469 | } |
470 | EXPORT_SYMBOL_GPL(sysfs_notify_dirent); | 470 | EXPORT_SYMBOL_GPL(sysfs_notify_dirent); |
471 | 471 | ||
472 | void sysfs_notify(struct kobject *k, char *dir, char *attr) | 472 | void sysfs_notify(struct kobject *k, const char *dir, const char *attr) |
473 | { | 473 | { |
474 | struct sysfs_dirent *sd = k->sd; | 474 | struct sysfs_dirent *sd = k->sd; |
475 | 475 | ||