diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2024-08-24 15:07:49 +0300 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2024-08-29 23:56:34 +0300 |
commit | 324db0faf8e1cbfde7a033e77f674f2bb819b54e (patch) | |
tree | f0c2ade70d6f65740dcca4910afac3b8e2b797f5 | |
parent | 36dff49b9634f6054efbfda83682b2081a64b35a (diff) | |
download | linux-324db0faf8e1cbfde7a033e77f674f2bb819b54e.tar.xz |
s390/hypfs: Remove obsoleted declaration for hypfs_dbfs_exit
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>
-rw-r--r-- | arch/s390/hypfs/hypfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/hypfs/hypfs.h b/arch/s390/hypfs/hypfs.h index 65f4036fd541..83ebf54cca6b 100644 --- a/arch/s390/hypfs/hypfs.h +++ b/arch/s390/hypfs/hypfs.h @@ -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); |