]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/sysfs/file.c
Merge tag 'for-3.8' of git://openrisc.net/~jonas/linux
[karo-tx-linux.git] / fs / sysfs / file.c
index 00012e31829d111fbd002461b7086a70c85d29f6..602f56db0442bea394d77b208aea303ccbe6f026 100644 (file)
@@ -485,8 +485,8 @@ const struct file_operations sysfs_file_operations = {
        .poll           = sysfs_poll,
 };
 
-int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr,
-                 const void **pns)
+static int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr,
+                        const void **pns)
 {
        struct sysfs_dirent *dir_sd = kobj->sd;
        const struct sysfs_ops *ops;