projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6518d
)
greybus: svc: Remove unused declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Fri, 18 Aug 2023 12:43:38 +0000
(20:43 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 22 Aug 2023 14:32:35 +0000
(16:32 +0200)
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>
include/linux/greybus/svc.h
patch
|
blob
|
history
diff --git
a/include/linux/greybus/svc.h
b/include/linux/greybus/svc.h
index 5afaf5f06856249c3be429091023e58a14a905bc..da547fb9071bca208ef672b07c92a72c2e56c96d 100644
(file)
--- 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 */