From: Matt Porter 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-Tag: v4.9-rc1~119^2~378^2~21^2~1997 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=47ee0d135e7b1e9feebbe20342bacb99e4ae2ff6;p=karo-tx-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 Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/gpio-gb.c b/drivers/staging/greybus/gpio-gb.c index 53464e39ba6d..f3fb0b67b2d4 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 {