]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Fri, 23 Jul 2021 05:11:16 +0000 (14:11 +0900)
commitc3c7ae619c8e0a3e38d6a6efec73cbc09554afcb
tree5058924448f25d090526279849d7624ddbbdc441
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
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