Commit 10887fb0 authored by Hans de Goede's avatar Hans de Goede Committed by Chanwoo Choi

extcon: axp288: Remove unused extcon_nb struct member

Remove the unused extcon_nb struct member.
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 01e1429b
...@@ -107,7 +107,6 @@ struct axp288_extcon_info { ...@@ -107,7 +107,6 @@ struct axp288_extcon_info {
struct gpio_desc *gpio_mux_cntl; struct gpio_desc *gpio_mux_cntl;
int irq[EXTCON_IRQ_END]; int irq[EXTCON_IRQ_END];
struct extcon_dev *edev; struct extcon_dev *edev;
struct notifier_block extcon_nb;
unsigned int previous_cable; unsigned int previous_cable;
}; };
......
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