]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: greybus.h: remove greybus_svc_in()
authorGreg Kroah-Hartman <gregkh@google.com>
Sat, 25 Jul 2015 00:15:59 +0000 (17:15 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 29 Jul 2015 17:06:18 +0000 (10:06 -0700)
The function is gone, remove it from the header file as well.

Tested-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus.h

index ef11b960d1b764244d674d8929351b010959e2a7..a0114953d3e7cf821970406c348f4052c2ee1139 100644 (file)
@@ -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);