diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-02-15 17:52:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-16 12:45:30 +0100 |
commit | e3eafcf0fabe67d0f854b238c0c247a4b0187e38 (patch) | |
tree | 1bcdef1dd29ef40aaaa4029e2e0cdef1044737be /drivers/usb | |
parent | usb: typec: pd: Add higher capability sysfs for sink PDO (diff) | |
download | linux-e3eafcf0fabe67d0f854b238c0c247a4b0187e38.tar.xz linux-e3eafcf0fabe67d0f854b238c0c247a4b0187e38.zip |
usb: dwc3: xilinx: Remove unused of_gpio,h
of_gpio.h provides a single function, which is not used in this driver.
Remove unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20230215165239.83806-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/dwc3/dwc3-xilinx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/dwc3-xilinx.c b/drivers/usb/dwc3/dwc3-xilinx.c index 0745e9f11b2e..2c36f97652ca 100644 --- a/drivers/usb/dwc3/dwc3-xilinx.c +++ b/drivers/usb/dwc3/dwc3-xilinx.c @@ -14,7 +14,6 @@ #include <linux/platform_device.h> #include <linux/dma-mapping.h> #include <linux/gpio/consumer.h> -#include <linux/of_gpio.h> #include <linux/of_platform.h> #include <linux/pm_runtime.h> #include <linux/reset.h> |