net: stmmac: dwmac-rk: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 13 Mar 2024 14:00:57 +0000 (16:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Mar 2024 12:14:39 +0000 (12:14 +0000)
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>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c

index 382e8de1255da75af614d8489b2e56613ba7dd8a..7ae04d8d291c8239ae3d6bc3747d2673d23978b0 100644 (file)
 #include <linux/clk.h>
 #include <linux/phy.h>
 #include <linux/of_net.h>
-#include <linux/gpio.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/delay.h>