diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
| -rw-r--r-- | fs/sysfs/sysfs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 661a9639570..d73c0932bbd 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h @@ -157,6 +157,7 @@ extern struct kmem_cache *sysfs_dir_cachep;   */  extern struct mutex sysfs_mutex;  extern spinlock_t sysfs_assoc_lock; +extern const struct dentry_operations sysfs_dentry_ops;  extern const struct file_operations sysfs_dir_operations;  extern const struct inode_operations sysfs_dir_inode_operations;  |