aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2015-07-24 17:15:59 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-27 14:13:12 -0700
commit90c807e4fb19dba5db3ec7b6a86b0038aa574f84 (patch)
tree7895fb4533f720957ff6862c00949a998d19a1c4 /drivers/staging/greybus/greybus.h
parentgreybus: svc: add flags and traffic class parameter to connection create op (diff)
downloadlinux-dev-90c807e4fb19dba5db3ec7b6a86b0038aa574f84.tar.xz
linux-dev-90c807e4fb19dba5db3ec7b6a86b0038aa574f84.zip
greybus: greybus.h: remove greybus_svc_in()
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>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h1
1 files changed, 0 insertions, 1 deletions
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);