mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
43789c319e
commit
47ee0d135e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user