diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-18 20:43:38 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-22 16:32:35 +0200 |
commit | e4711d131aac951c4fdb8ddbee7cfccb36ec4be0 (patch) | |
tree | 809f4ffb454e54cf3bcf5f6681a52b74d3357c1e /include/linux/greybus | |
parent | fe6518d547fc52ba74201018dc9aeb364072ac78 (diff) |
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@huawei.com>
Link: https://lore.kernel.org/r/20230818124338.37880-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/greybus')
-rw-r--r-- | include/linux/greybus/svc.h | 3 |
1 files changed, 0 insertions, 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 */ |