summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-02-15 18:52:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-02-16 12:45:30 +0100
commite3eafcf0fabe67d0f854b238c0c247a4b0187e38 (patch)
tree1bcdef1dd29ef40aaaa4029e2e0cdef1044737be
parentc620f4d5b25bcbb851daa1f88edc764cf5f29cb6 (diff)
downloadlinux-stable-e3eafcf0fabe67d0f854b238c0c247a4b0187e38.tar.gz
linux-stable-e3eafcf0fabe67d0f854b238c0c247a4b0187e38.tar.bz2
linux-stable-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>
-rw-r--r--drivers/usb/dwc3/dwc3-xilinx.c1
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>