Skip to content

Commit 76d7570

Browse files
andy-shevgregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b791a67 commit 76d7570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/linux/usb/tegra_usb_phy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
#define __TEGRA_USB_PHY_H
88

99
#include <linux/clk.h>
10-
#include <linux/gpio.h>
1110
#include <linux/regmap.h>
1211
#include <linux/reset.h>
1312
#include <linux/usb/otg.h>
1413

14+
struct gpio_desc;
15+
1516
/*
1617
* utmi_pll_config_in_car_module: true if the UTMI PLL configuration registers
1718
* should be set up by clk-tegra, false if by the PHY code

0 commit comments

Comments
 (0)