summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.h
diff options
context:
space:
mode:
authorViresh Kumar2016-05-30 08:01:53 +0200
committerGreg Kroah-Hartman2016-06-01 07:02:58 +0200
commit64060fe95458f22bac7327b2ee8dc5ce9e488d44 (patch)
treeb17a641e46226ed8a4635963964ccae6f609938e /drivers/staging/greybus/connection.h
parentgreybus: Remove unused VERSION specific macros (diff)
downloadkernel-qcow2-linux-64060fe95458f22bac7327b2ee8dc5ce9e488d44.tar.gz
kernel-qcow2-linux-64060fe95458f22bac7327b2ee8dc5ce9e488d44.tar.xz
kernel-qcow2-linux-64060fe95458f22bac7327b2ee8dc5ce9e488d44.zip
greybus: gbphy: Remove protocol specific version handling
We should be using the generic version handling at bundle level, instead of at protocol level for bridged PHY devices as well. The bundle version handling is already in place, though it is *not* used today as we haven't bumped the version of control protocol yet. Remove protocol specific handling for bridged PHY devices. Tested on EVT 1.5 with gpbridge-test module. No nuttx changes are required with this. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/connection.h')
-rw-r--r--drivers/staging/greybus/connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/greybus/connection.h b/drivers/staging/greybus/connection.h
index 9cd0bac9ceb9..7d0988ef1183 100644
--- a/drivers/staging/greybus/connection.h
+++ b/drivers/staging/greybus/connection.h
@@ -44,9 +44,6 @@ struct gb_connection {
gb_request_handler_t handler;
unsigned long flags;
- u8 module_major;
- u8 module_minor;
-
struct mutex mutex;
spinlock_t lock;
enum gb_connection_state state;