diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-12-22 13:36:13 +0100 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2018-01-03 10:11:00 +0900 |
commit | 10887fb0dbba483dd588f20e2929372093d49a69 (patch) | |
tree | cd382d5473f5941ad6a1eb3af6e0337416520f6a | |
parent | 01e1429b877ece6576eb59b74f613b630f859478 (diff) |
extcon: axp288: Remove unused extcon_nb struct member
Remove the unused extcon_nb struct member.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | drivers/extcon/extcon-axp288.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-axp288.c b/drivers/extcon/extcon-axp288.c index e16a7838cac3..3bd27ebe2736 100644 --- a/drivers/extcon/extcon-axp288.c +++ b/drivers/extcon/extcon-axp288.c @@ -107,7 +107,6 @@ struct axp288_extcon_info { struct gpio_desc *gpio_mux_cntl; int irq[EXTCON_IRQ_END]; struct extcon_dev *edev; - struct notifier_block extcon_nb; unsigned int previous_cable; }; |