aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2017-12-22 13:36:13 +0100
committerChanwoo Choi <cw00.choi@samsung.com>2018-01-03 10:11:00 +0900
commit10887fb0dbba483dd588f20e2929372093d49a69 (patch)
treecd382d5473f5941ad6a1eb3af6e0337416520f6a /drivers/extcon
parentextcon: axp288:: Handle return value of platform_get_irq (diff)
downloadlinux-dev-10887fb0dbba483dd588f20e2929372093d49a69.tar.xz
linux-dev-10887fb0dbba483dd588f20e2929372093d49a69.zip
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/extcon')
-rw-r--r--drivers/extcon/extcon-axp288.c1
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;
};