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:
4d5c446
)
greybus: remove unused host-device id
author
Johan Hovold
<johan@hovoldconsulting.com>
Tue, 3 Nov 2015 11:11:32 +0000
(12:11 +0100)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Thu, 5 Nov 2015 04:20:23 +0000
(20:20 -0800)
Remove unused device_id field from host-device structure.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
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 524a412b2e9998c441ae7389c2447b1aeba430c4..f51465e805fbcb41ef5eff442758a01b1995f5b5 100644
(file)
--- a/
drivers/staging/greybus/greybus.h
+++ b/
drivers/staging/greybus/greybus.h
@@
-93,7
+93,6
@@
struct greybus_host_device {
struct list_head interfaces;
struct list_head connections;
struct ida cport_id_map;
- u8 device_id;
/* Number of CPorts supported by the UniPro IP */
size_t num_cports;