summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/gpio.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/gpio.c
parent36e79dec96f652110ae2b06bfcf9e67e1b770787 (diff)
downloadop-kernel-dev-89210f64bae6bd6bba90d9e08d1b88b4ba103f59.zip
op-kernel-dev-89210f64bae6bd6bba90d9e08d1b88b4ba103f59.tar.gz
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/gpio.c')
-rw-r--r--drivers/staging/greybus/gpio.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/greybus/gpio.c b/drivers/staging/greybus/gpio.c
index a935833..85d89b8 100644
--- a/drivers/staging/greybus/gpio.c
+++ b/drivers/staging/greybus/gpio.c
@@ -54,12 +54,6 @@ struct gb_gpio_controller {
#define GB_GPIO_DEBOUNCE_USEC_DEFAULT 0 /* microseconds */
-/* version request has no payload */
-struct gb_gpio_proto_version_response {
- __u8 major;
- __u8 minor;
-};
-
/* line count request has no payload */
struct gb_gpio_line_count_response {
__u8 count;
OpenPOWER on IntegriCloud