usb: isp1301-omap: Fix the GPIO include
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 20 Jul 2021 20:03:36 +0000 (22:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 08:06:30 +0000 (10:06 +0200)
commitfb4e52b609f0e29468b8f5b71117456410ff7d3b
tree33cdd71ec279377991ca88d7202b8f96695521f5
parent884c274408296e7e0f56545f909b3d3a671104aa
usb: isp1301-omap: Fix the GPIO include

The file is using only GPIO descriptors, so only include
<linux/gpio/consumer.h> instead of the legacy include.

This is a non-urgent fix.

Fixes: f3ef38160e3d ("usb: isp1301-omap: Convert to use GPIO descriptors")
Cc: Tony Lindgren <tony@atomide.com>
Cc: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210720200336.223398-1-linus.walleij@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-isp1301-omap.c