]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - fs/sysfs/sysfs.h
sysfs: Remove sysfs_get/put_active_two
[lisovros/linux_canprio.git] / fs / sysfs / sysfs.h
index cdd9377a6e06a9d3d5fafc18e295bb8b5565b662..bb7723c4f5a5f4997bf5eb35f9abc8635273863b 100644 (file)
@@ -124,8 +124,8 @@ extern const struct file_operations sysfs_dir_operations;
 extern const struct inode_operations sysfs_dir_inode_operations;
 
 struct dentry *sysfs_get_dentry(struct sysfs_dirent *sd);
-struct sysfs_dirent *sysfs_get_active_two(struct sysfs_dirent *sd);
-void sysfs_put_active_two(struct sysfs_dirent *sd);
+struct sysfs_dirent *sysfs_get_active(struct sysfs_dirent *sd);
+void sysfs_put_active(struct sysfs_dirent *sd);
 void sysfs_addrm_start(struct sysfs_addrm_cxt *acxt,
                       struct sysfs_dirent *parent_sd);
 int __sysfs_add_one(struct sysfs_addrm_cxt *acxt, struct sysfs_dirent *sd);