Commit 5e689957 authored by Alex Elder's avatar Alex Elder Committed by Greg Kroah-Hartman

greybus: drop a now-empty structure

One structure, gb_gpio_activate_response, was not deleted even
though it now has no contents.  Delete it.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 7486dfd1
......@@ -67,8 +67,7 @@ struct gb_gpio_line_count_response {
struct gb_gpio_activate_request {
__u8 which;
};
struct gb_gpio_activate_response {
};
/* activate response has no payload */
struct gb_gpio_deactivate_request {
__u8 which;
......
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