summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/vibrator.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-01-21 18:12:37 +0530
committerGreg Kroah-Hartman <greg@kroah.com>2015-01-22 11:29:39 +0800
commit89210f64bae6bd6bba90d9e08d1b88b4ba103f59 (patch)
tree37cca7e65eaf3f9045827942409d83a30a4aa99c /drivers/staging/greybus/vibrator.c
parent36e79dec96f652110ae2b06bfcf9e67e1b770787 (diff)
greybus: remove unused version-response structs
These aren't used anymore and so can be removed. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/vibrator.c')
-rw-r--r--drivers/staging/greybus/vibrator.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/greybus/vibrator.c b/drivers/staging/greybus/vibrator.c
index 141ccdbf7b64..b6ec9f2373bb 100644
--- a/drivers/staging/greybus/vibrator.c
+++ b/drivers/staging/greybus/vibrator.c
@@ -34,11 +34,6 @@ struct gb_vibrator_device {
#define GB_VIBRATOR_TYPE_OFF 0x03
#define GB_VIBRATOR_TYPE_RESPONSE 0x80 /* OR'd with rest */
-struct gb_vibrator_proto_version_response {
- __u8 major;
- __u8 minor;
-};
-
struct gb_vibrator_on_request {
__le16 timeout_ms;
};