Skip to content

Commit e4711d1

Browse files
Yue Haibinggregkh
authored andcommitted
greybus: svc: Remove unused declarations
Commit 8442794 ("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>
1 parent fe6518d commit e4711d1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • include/linux/greybus

include/linux/greybus/svc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,4 @@ bool gb_svc_watchdog_enabled(struct gb_svc *svc);
100100
int gb_svc_watchdog_enable(struct gb_svc *svc);
101101
int gb_svc_watchdog_disable(struct gb_svc *svc);
102102

103-
int gb_svc_protocol_init(void);
104-
void gb_svc_protocol_exit(void);
105-
106103
#endif /* __SVC_H */

0 commit comments

Comments
 (0)