Skip to content

Commit b609675

Browse files
andy-shevvinodkoul
authored andcommitted
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>
1 parent 80738c3 commit b609675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/phy/allwinner/phy-sun4i-usb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <linux/module.h>
2424
#include <linux/mutex.h>
2525
#include <linux/of.h>
26-
#include <linux/of_gpio.h>
2726
#include <linux/phy/phy.h>
2827
#include <linux/phy/phy-sun4i-usb.h>
2928
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)