From: Alex Elder Date: Thu, 20 Nov 2014 21:37:05 +0000 (-0600) Subject: greybus: drop a now-empty structure X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5e68995784ad7ef8410661f3970bebf272fd322f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/gpio-gb.c b/drivers/staging/greybus/gpio-gb.c index 8ef00a7f477b..f2e2eeffbc1f 100644 --- a/drivers/staging/greybus/gpio-gb.c +++ b/drivers/staging/greybus/gpio-gb.c @@ -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;