Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8476ec60 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

greybus: greybus.h: remove greybus_svc_in()



The function is gone, remove it from the header file as well.

Tested-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 0b226497
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -156,7 +156,6 @@ void greybus_deregister_driver(struct greybus_driver *driver);

int greybus_disabled(void);

int greybus_svc_in(struct greybus_host_device *hd, u8 *data, int length);
void gb_debugfs_init(void);
void gb_debugfs_cleanup(void);
struct dentry *gb_debugfs_get(void);