Skip to content

Commit

Permalink
extcon: axp288: Remove unused extcon_nb struct member
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans de Goede authored and Chanwoo Choi committed Jan 3, 2018
1 parent 01e1429 commit 10887fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/extcon/extcon-axp288.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 10887fb

Please sign in to comment.