[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230818124338.37880-1-yuehaibing@huawei.com>
Date: Fri, 18 Aug 2023 20:43:38 +0800
From: Yue Haibing <yuehaibing@...wei.com>
To: <johan@...nel.org>, <elder@...nel.org>,
<gregkh@...uxfoundation.org>, <yuehaibing@...wei.com>
CC: <greybus-dev@...ts.linaro.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] greybus: svc: Remove unused declarations
Commit 84427943d2da ("greybus: svc: drop legacy-protocol dependency")
removed these implementations but not the declarations.
Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
---
include/linux/greybus/svc.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/linux/greybus/svc.h b/include/linux/greybus/svc.h
index 5afaf5f06856..da547fb9071b 100644
--- a/include/linux/greybus/svc.h
+++ b/include/linux/greybus/svc.h
@@ -100,7 +100,4 @@ bool gb_svc_watchdog_enabled(struct gb_svc *svc);
int gb_svc_watchdog_enable(struct gb_svc *svc);
int gb_svc_watchdog_disable(struct gb_svc *svc);
-int gb_svc_protocol_init(void);
-void gb_svc_protocol_exit(void);
-
#endif /* __SVC_H */
--
2.34.1
Powered by blists - more mailing lists