]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
phy: sophgo: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 12 Nov 2025 08:52:20 +0000 (09:52 +0100)
committerVinod Koul <vkoul@kernel.org>
Wed, 12 Nov 2025 15:05:50 +0000 (20:35 +0530)
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>
drivers/phy/sophgo/phy-cv1800-usb2.c

index 64f8e37b4b52733e17757a4ba429e1fd3c4abb58..6fe846534e9cbd4aa934030b1d17682ca52fe729 100644 (file)
@@ -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>