diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-03-13 17:00:57 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-15 15:14:39 +0300 |
commit | 19c5c04d3178a8a4ca803369aa4948dad1ece902 (patch) | |
tree | c772d1a2caa8a94f327b79c4e31500fc45f69423 /drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | |
parent | 9187210eee7d87eea37b45ea93454a88681894a4 (diff) | |
download | linux-19c5c04d3178a8a4ca803369aa4948dad1ece902.tar.xz |
net: stmmac: dwmac-rk: 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>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c index 382e8de1255d..7ae04d8d291c 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c @@ -12,10 +12,8 @@ #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> |