From: Greg Kroah-Hartman Date: Sat, 25 Jul 2015 00:15:59 +0000 (-0700) Subject: greybus: greybus.h: remove greybus_svc_in() X-Git-Tag: v4.14-rc1~2366^2~378^2~21^2~1318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90c807e4fb19dba5db3ec7b6a86b0038aa574f84;p=platform%2Fkernel%2Flinux-rpi.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 ef11b96..a011495 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);