mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
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>
This commit is contained in:
parent
01e1429b87
commit
10887fb0db
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user