Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Greg Kroah-Hartman
e4711d13 fe6518d5

-3
-3
include/linux/greybus/svc.h
··· 100 100 int gb_svc_watchdog_enable(struct gb_svc *svc); 101 101 int gb_svc_watchdog_disable(struct gb_svc *svc); 102 102 103 - int gb_svc_protocol_init(void); 104 - void gb_svc_protocol_exit(void); 105 - 106 103 #endif /* __SVC_H */