sysfs: Make sysfs_mount static
[pandora-kernel.git] / fs / sysfs / mount.c
index ac76256..8989cbb 100644 (file)
@@ -14,7 +14,7 @@
 /* Random magic number */
 #define SYSFS_MAGIC 0x62656572
 
-struct vfsmount *sysfs_mount;
+static struct vfsmount *sysfs_mount;
 struct super_block * sysfs_sb = NULL;
 struct kmem_cache *sysfs_dir_cachep;