]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
extcon: axp288: Remove unused extcon_nb struct member
authorHans de Goede <hdegoede@redhat.com>
Fri, 22 Dec 2017 12:36:13 +0000 (13:36 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 3 Jan 2018 01:11:00 +0000 (10:11 +0900)
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>
drivers/extcon/extcon-axp288.c

index e16a7838cac3750b6eaa42b903ceca3ff12ecea1..3bd27ebe27363378c03f16e2ccd09d0e02177aa6 100644 (file)
@@ -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;
 };