Commit 81d631ca authored by Alex Elder's avatar Alex Elder Committed by Greg Kroah-Hartman

greybus: gpio: kill gpio_controller->gpio

This field is never used (and not needed) so get rid of it.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 4afbba07
......@@ -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)
......
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