summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-11-12 09:52:20 +0100
committerVinod Koul <vkoul@kernel.org>2025-11-12 20:35:50 +0530
commit42690b8ec861b502538e425c5a7feb7a38764f04 (patch)
treee3e1ebc2ca35aff40972052f43309f912c34a1d3 /drivers/phy
parent4bc259ebcb3e2420e5907527d1b04afb197067fa (diff)
downloadlinux-next-42690b8ec861b502538e425c5a7feb7a38764f04.tar.gz
linux-next-42690b8ec861b502538e425c5a7feb7a38764f04.zip
phy: sophgo: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/sophgo/phy-cv1800-usb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/sophgo/phy-cv1800-usb2.c b/drivers/phy/sophgo/phy-cv1800-usb2.c
index 64f8e37b4b52..6fe846534e9c 100644
--- a/drivers/phy/sophgo/phy-cv1800-usb2.c
+++ b/drivers/phy/sophgo/phy-cv1800-usb2.c
@@ -11,7 +11,6 @@
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_address.h>
-#include <linux/of_gpio.h>
#include <linux/platform_device.h>
#include <linux/phy/phy.h>
#include <linux/regmap.h>