diff options
| author | Hans de Goede <hdegoede@redhat.com> | 2017-12-22 07:36:13 -0500 |
|---|---|---|
| committer | Chanwoo Choi <cw00.choi@samsung.com> | 2018-01-02 20:11:00 -0500 |
| commit | 10887fb0dbba483dd588f20e2929372093d49a69 (patch) | |
| tree | cd382d5473f5941ad6a1eb3af6e0337416520f6a /drivers | |
| 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>
Diffstat (limited to 'drivers')
| -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 { | |||
| 107 | struct gpio_desc *gpio_mux_cntl; | 107 | struct gpio_desc *gpio_mux_cntl; |
| 108 | int irq[EXTCON_IRQ_END]; | 108 | int irq[EXTCON_IRQ_END]; |
| 109 | struct extcon_dev *edev; | 109 | struct extcon_dev *edev; |
| 110 | struct notifier_block extcon_nb; | ||
| 111 | unsigned int previous_cable; | 110 | unsigned int previous_cable; |
| 112 | }; | 111 | }; |
| 113 | 112 | ||
