summaryrefslogtreecommitdiff
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-29 10:06:18 -0700
commit8476ec60e1111839469779bb0bba1eade95e53c5 (patch)
tree414ba0a90b76c54ed865f18ecc0881ae99f5b0cc /drivers/staging/greybus/greybus.h
parent0b22649755df615d4b82b625f938a31435ff1726 (diff)
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);