diff options
author | 2024-10-31 12:46:31 +0200 | |
---|---|---|
committer | 2024-12-08 21:37:32 +0530 | |
commit | b6096751a652a7e7526d4b3d59971a40c3287ef7 (patch) | |
tree | a6fd25fd03cc03ce0a0f56a371fd4f8733e21509 | |
parent | phy: HiSilicon: Don't use "proxy" headers (diff) | |
download | wireguard-linux-b6096751a652a7e7526d4b3d59971a40c3287ef7.tar.xz wireguard-linux-b6096751a652a7e7526d4b3d59971a40c3287ef7.zip |
phy: sun4i-usb: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20241031104631.2454581-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/phy/allwinner/phy-sun4i-usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/allwinner/phy-sun4i-usb.c b/drivers/phy/allwinner/phy-sun4i-usb.c index cd159a71b23c..29b8fd4b9351 100644 --- a/drivers/phy/allwinner/phy-sun4i-usb.c +++ b/drivers/phy/allwinner/phy-sun4i-usb.c @@ -23,7 +23,6 @@ #include <linux/module.h> #include <linux/mutex.h> #include <linux/of.h> -#include <linux/of_gpio.h> #include <linux/phy/phy.h> #include <linux/phy/phy-sun4i-usb.h> #include <linux/platform_device.h> |