Skip to content

Commit 19c5c04

Browse files
andy-shevdavem330
authored andcommitted
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 <[email protected]> Reviewed-by: Sebastian Reichel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 9187210 commit 19c5c04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
#include <linux/clk.h>
1313
#include <linux/phy.h>
1414
#include <linux/of_net.h>
15-
#include <linux/gpio.h>
1615
#include <linux/module.h>
1716
#include <linux/of.h>
18-
#include <linux/of_gpio.h>
1917
#include <linux/platform_device.h>
2018
#include <linux/regulator/consumer.h>
2119
#include <linux/delay.h>

0 commit comments

Comments
 (0)