aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/control.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-08-11 07:36:02 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-08-11 19:33:05 -0700
commit507d75c4f4502cae84b50dcb0c246d67913e9ab5 (patch)
tree6c735a73a890e8707c41df65b8662b9807a126b3 /drivers/staging/greybus/control.h
parentgreybus: battery: Drop get_version support (diff)
downloadlinux-dev-507d75c4f4502cae84b50dcb0c246d67913e9ab5.tar.xz
linux-dev-507d75c4f4502cae84b50dcb0c246d67913e9ab5.zip
greybus: control: Drop get_version support
This is done from a common place now, no need to replicate it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/control.h')
-rw-r--r--drivers/staging/greybus/control.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h
index 6e41a2b4c70d..3248d965e593 100644
--- a/drivers/staging/greybus/control.h
+++ b/drivers/staging/greybus/control.h
@@ -12,8 +12,6 @@
struct gb_control {
struct gb_connection *connection;
- u8 version_major;
- u8 version_minor;
};
int gb_control_connected_operation(struct gb_control *control, u16 cport_id);