projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afbba0
)
greybus: gpio: kill gpio_controller->gpio
author
Alex Elder
<elder@linaro.org>
Mon, 27 Oct 2014 08:48:31 +0000
(
03:48
-0500)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Mon, 27 Oct 2014 08:53:10 +0000
(16:53 +0800)
This field is never used (and not needed) so get rid of it.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/gpio-gb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/gpio-gb.c
b/drivers/staging/greybus/gpio-gb.c
index 069ee69dc0e768953b7a2bc371cf44219bb88b65..8781f816d968aa3fbed48d7a45c74598468a64ef 100644
(file)
--- 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)