Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240508113809.926155-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
76d75707 b791a67f

+2 -1
+2 -1
include/linux/usb/tegra_usb_phy.h
··· 7 7 #define __TEGRA_USB_PHY_H 8 8 9 9 #include <linux/clk.h> 10 - #include <linux/gpio.h> 11 10 #include <linux/regmap.h> 12 11 #include <linux/reset.h> 13 12 #include <linux/usb/otg.h> 13 + 14 + struct gpio_desc; 14 15 15 16 /* 16 17 * utmi_pll_config_in_car_module: true if the UTMI PLL configuration registers