hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/hypfs/hypfs.h
....@@ -43,7 +43,7 @@
4343 void hypfs_diag0c_exit(void);
4444
4545 /* Set Partition-Resource Parameter */
46
-int hypfs_sprp_init(void);
46
+void hypfs_sprp_init(void);
4747 void hypfs_sprp_exit(void);
4848
4949 /* debugfs interface */
....@@ -69,9 +69,9 @@
6969 struct dentry *dentry;
7070 };
7171
72
-extern int hypfs_dbfs_init(void);
72
+extern void hypfs_dbfs_init(void);
7373 extern void hypfs_dbfs_exit(void);
74
-extern int hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
74
+extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
7575 extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
7676
7777 #endif /* _HYPFS_H_ */