Commit e6ab0b91 authored by YueHaibing's avatar YueHaibing Committed by Eric Van Hensbergen

fs/9p: Remove unused extern declaration

commit bd238fb4 ("9p: Reorganization of 9p file system code")
left behind this.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarChristian Schoenebeck <linux_oss@crudebyte.com>
Signed-off-by: default avatarEric Van Hensbergen <ericvh@kernel.org>
parent cf7c33d3
...@@ -545,8 +545,6 @@ void v9fs_session_begin_cancel(struct v9fs_session_info *v9ses) ...@@ -545,8 +545,6 @@ void v9fs_session_begin_cancel(struct v9fs_session_info *v9ses)
p9_client_begin_disconnect(v9ses->clnt); p9_client_begin_disconnect(v9ses->clnt);
} }
extern int v9fs_error_init(void);
static struct kobject *v9fs_kobj; static struct kobject *v9fs_kobj;
#ifdef CONFIG_9P_FSCACHE #ifdef CONFIG_9P_FSCACHE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment