From: YueHaibing Date: Thu, 20 Jul 2023 14:35:06 +0000 (+0800) Subject: fs/9p: Remove unused extern declaration X-Git-Tag: v6.6.17~4303^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6ab0b914c12acefbb0880dded48cb930ccab5cf;p=platform%2Fkernel%2Flinux-rpi.git fs/9p: Remove unused extern declaration commit bd238fb431f3 ("9p: Reorganization of 9p file system code") left behind this. Signed-off-by: YueHaibing Reviewed-by: Christian Schoenebeck Signed-off-by: Eric Van Hensbergen --- diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index c7f774fe3..d525957 100644 --- a/fs/9p/v9fs.c +++ b/fs/9p/v9fs.c @@ -545,8 +545,6 @@ void v9fs_session_begin_cancel(struct v9fs_session_info *v9ses) p9_client_begin_disconnect(v9ses->clnt); } -extern int v9fs_error_init(void); - static struct kobject *v9fs_kobj; #ifdef CONFIG_9P_FSCACHE