projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b22649
)
greybus: greybus.h: remove greybus_svc_in()
author
Greg Kroah-Hartman
<gregkh@google.com>
Sat, 25 Jul 2015 00:15:59 +0000
(17:15 -0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/greybus.h
b/drivers/staging/greybus/greybus.h
index ef11b960d1b764244d674d8929351b010959e2a7..a0114953d3e7cf821970406c348f4052c2ee1139 100644
(file)
--- 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);