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: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Alex Elder 2014-11-20 15:37:05 -06:00 committed by Greg Kroah-Hartman
parent 7486dfd161
commit 5e68995784

View file

@ -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;