|
@@ -66,7 +66,7 @@ extern int sysfs_add_one(struct sysfs_addrm_cxt *acxt,
|
|
|
struct sysfs_dirent *sd);
|
|
|
extern void sysfs_remove_one(struct sysfs_addrm_cxt *acxt,
|
|
|
struct sysfs_dirent *sd);
|
|
|
-extern int sysfs_addrm_finish(struct sysfs_addrm_cxt *acxt);
|
|
|
+extern void sysfs_addrm_finish(struct sysfs_addrm_cxt *acxt);
|
|
|
|
|
|
extern struct inode * sysfs_get_inode(struct sysfs_dirent *sd);
|
|
|
extern void sysfs_instantiate(struct dentry *dentry, struct inode *inode);
|