greybus: gpio-gb: remove unused status field from struct gb_gpio_get_value_request
authorMatt Porter <mporter@linaro.org>
Mon, 20 Oct 2014 05:51:18 +0000 (01:51 -0400)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 20 Oct 2014 07:11:25 +0000 (15:11 +0800)
probably a cut and paste error got this unused status field. remove it.

Signed-off-by: Matt Porter <mporter@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/gpio-gb.c

index 53464e3..f3fb0b6 100644 (file)
@@ -105,7 +105,6 @@ struct gb_gpio_direction_out_response {
 };
 
 struct gb_gpio_get_value_request {
-       __u8    status;
        __u8    which;
 };
 struct gb_gpio_get_value_response {