From: Greg Kroah-Hartman Date: Sat, 25 Jul 2015 00:15:59 +0000 (-0700) Subject: greybus: greybus.h: remove greybus_svc_in() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90c807e4fb19dba5db3ec7b6a86b0038aa574f84;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: greybus.h: remove greybus_svc_in() The function is gone, remove it from the header file as well. Tested-by: Viresh Kumar Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h index ef11b960d1b7..a0114953d3e7 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -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);