From: Andy Shevchenko Date: Wed, 8 May 2024 11:38:09 +0000 (+0300) Subject: usb: phy: tegra: Replace of_gpio.h by proper one X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76d7570734c198e09f369faa35ebdacfeec3448e;p=linux.git usb: phy: tegra: Replace of_gpio.h by proper one of_gpio.h is deprecated and subject to remove. The driver doesn't use it directly, replace it with what is really being used. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240508113809.926155-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h index 46e73584b6e6c..e6c14f2b1f9bb 100644 --- a/include/linux/usb/tegra_usb_phy.h +++ b/include/linux/usb/tegra_usb_phy.h @@ -7,11 +7,12 @@ #define __TEGRA_USB_PHY_H #include -#include #include #include #include +struct gpio_desc; + /* * utmi_pll_config_in_car_module: true if the UTMI PLL configuration registers * should be set up by clk-tegra, false if by the PHY code