From: Alex Elder Date: Mon, 27 Oct 2014 08:48:31 +0000 (-0500) Subject: greybus: gpio: kill gpio_controller->gpio X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1953^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=81d631cae83e32e3dcab0d20d9c387592e1fa230;p=karo-tx-linux.git greybus: gpio: kill gpio_controller->gpio This field is never used (and not needed) so get rid of 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 069ee69dc0e7..8781f816d968 100644 --- a/drivers/staging/greybus/gpio-gb.c +++ b/drivers/staging/greybus/gpio-gb.c @@ -29,7 +29,6 @@ struct gb_gpio_controller { struct gb_gpio_line *lines; struct gpio_chip chip; - struct gpio_chip *gpio; }; #define gpio_chip_to_gb_gpio_controller(chip) \ container_of(chip, struct gb_gpio_controller, chip)