]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
phy: sun4i-usb: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 31 Oct 2024 10:46:31 +0000 (12:46 +0200)
committerVinod Koul <vkoul@kernel.org>
Sun, 8 Dec 2024 16:07:32 +0000 (21:37 +0530)
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>
drivers/phy/allwinner/phy-sun4i-usb.c

index cd159a71b23c30136e19e95882372ff0a9bf4055..29b8fd4b935113f3e4790ee7f78141226048492d 100644 (file)
@@ -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>