]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390/hypfs: Remove obsoleted declaration for hypfs_dbfs_exit
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sat, 24 Aug 2024 12:07:49 +0000 (20:07 +0800)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 29 Aug 2024 20:56:34 +0000 (22:56 +0200)
The hypfs_dbfs_exit() have been removed since
commit 3325b4d85799 ("s390/hypfs: factor out filesystem code"),
and now it is useless, so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/hypfs/hypfs.h

index 65f4036fd541a28b56868c0d33ec9c098ea46e82..83ebf54cca6b0f8f0748f67af385484e296dcac6 100644 (file)
@@ -78,7 +78,6 @@ struct hypfs_dbfs_file {
        struct dentry           *dentry;
 };
 
-extern void hypfs_dbfs_exit(void);
 extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
 extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);