Skip to content

Commit 324db0f

Browse files
gscuiVasily Gorbik
authored andcommitted
s390/hypfs: Remove obsoleted declaration for hypfs_dbfs_exit
The hypfs_dbfs_exit() have been removed since commit 3325b4d ("s390/hypfs: factor out filesystem code"), and now it is useless, so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Acked-by: Vasily Gorbik <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent 36dff49 commit 324db0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/s390/hypfs/hypfs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ struct hypfs_dbfs_file {
7878
struct dentry *dentry;
7979
};
8080

81-
extern void hypfs_dbfs_exit(void);
8281
extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
8382
extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
8483

0 commit comments

Comments
 (0)