From 47ee0d135e7b1e9feebbe20342bacb99e4ae2ff6 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Mon, 20 Oct 2014 01:51:18 -0400 Subject: [PATCH] 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 --- drivers/staging/greybus/gpio-gb.c | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.39.5