From: Matt Porter <mporter@linaro.org> Date: Mon, 20 Oct 2014 05:51:18 +0000 (-0400) Subject: greybus: gpio-gb: remove unused status field from struct gb_gpio_get_value_request X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=47ee0d135e7b1e9feebbe20342bacb99e4ae2ff6;p=linux.git greybus: gpio-gb: remove unused status field from struct gb_gpio_get_value_request 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> --- diff --git a/drivers/staging/greybus/gpio-gb.c b/drivers/staging/greybus/gpio-gb.c index 53464e39ba6d3..f3fb0b67b2d40 100644 --- a/drivers/staging/greybus/gpio-gb.c +++ b/drivers/staging/greybus/gpio-gb.c @@ -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 {