From: Linus Walleij Date: Tue, 20 Jul 2021 20:03:36 +0000 (+0200) Subject: usb: isp1301-omap: Fix the GPIO include X-Git-Tag: v5.15-rc1~152^2~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb4e52b609f0e29468b8f5b71117456410ff7d3b;p=thirdparty%2Fkernel%2Flinux.git usb: isp1301-omap: Fix the GPIO include The file is using only GPIO descriptors, so only include instead of the legacy include. This is a non-urgent fix. Fixes: f3ef38160e3d ("usb: isp1301-omap: Convert to use GPIO descriptors") Cc: Tony Lindgren Cc: Felipe Balbi Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20210720200336.223398-1-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/phy/phy-isp1301-omap.c b/drivers/usb/phy/phy-isp1301-omap.c index f3e9b3b6ac3e8..190699b38b41e 100644 --- a/drivers/usb/phy/phy-isp1301-omap.c +++ b/drivers/usb/phy/phy-isp1301-omap.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include