Commit 47ee0d13 authored by Matt Porter's avatar Matt Porter Committed by Greg Kroah-Hartman

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: default avatarMatt Porter <mporter@linaro.org>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 43789c31
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment