extcon: usb-gpio: Use the right includes
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 15 Jul 2021 19:06:06 +0000 (21:06 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 27 Oct 2021 05:13:36 +0000 (14:13 +0900)
commit57869c1174287c7092226a80ca1b1c9f9363d9a5
treec03f429704de44cdabc359fff328e76724bc169a
parent519d81956ee277b4419c723adfb154603c2565ba
extcon: usb-gpio: Use the right includes

The USB GPIO extcon driver does not use any of the legacy
includes <linux/gpio.h> or <linux/of_gpio.h> but
exploits the fact that this brings in <linux/mod_device_table.h>.
Fix this up by using the right includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-usb-gpio.c