diff options
author | Jiri Kosina <jkosina@suse.cz> | 2013-01-29 04:48:30 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-29 04:48:30 -0500 |
commit | 617677295b53a40d0e54aac4cbbc216ffbc755dd (patch) | |
tree | 51b9e87213243ed5efff252c8e8d8fec4eebc588 /fs/sysfs/file.c | |
parent | 5c8d1b68e01a144813e38795fe6dbe7ebb506131 (diff) | |
parent | 6abb7c25775b7fb2225ad0508236d63ca710e65f (diff) |
Merge branch 'master' into for-next
Conflicts:
drivers/devfreq/exynos4_bus.c
Sync with Linus' tree to be able to apply patches that are
against newer code (mvneta).
Diffstat (limited to 'fs/sysfs/file.c')
-rw-r--r-- | fs/sysfs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 00012e31829d..602f56db0442 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c | |||
@@ -485,8 +485,8 @@ const struct file_operations sysfs_file_operations = { | |||
485 | .poll = sysfs_poll, | 485 | .poll = sysfs_poll, |
486 | }; | 486 | }; |
487 | 487 | ||
488 | int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr, | 488 | static int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr, |
489 | const void **pns) | 489 | const void **pns) |
490 | { | 490 | { |
491 | struct sysfs_dirent *dir_sd = kobj->sd; | 491 | struct sysfs_dirent *dir_sd = kobj->sd; |
492 | const struct sysfs_ops *ops; | 492 | const struct sysfs_ops *ops; |