]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
greybus: drop a now-empty structure
authorAlex Elder <elder@linaro.org>
Thu, 20 Nov 2014 21:37:05 +0000 (15:37 -0600)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 21 Nov 2014 20:18:38 +0000 (12:18 -0800)
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>
drivers/staging/greybus/gpio-gb.c

index 8ef00a7f477b67b3092b62f3b9c2da3854a1957c..f2e2eeffbc1fd7c83487e7b156a4c5c69f4204a4 100644 (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;