Skip to content

Commit 22ca20f

Browse files
andy-shevkuba-moo
authored andcommitted
net: phy: marvell-88x2222: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 2920dd9 commit 22ca20f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/phy/marvell-88x2222.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
*/
1010
#include <linux/module.h>
1111
#include <linux/phy.h>
12-
#include <linux/gpio.h>
1312
#include <linux/delay.h>
1413
#include <linux/mdio.h>
1514
#include <linux/marvell_phy.h>
1615
#include <linux/of.h>
17-
#include <linux/of_gpio.h>
1816
#include <linux/sfp.h>
1917
#include <linux/netdevice.h>
2018

0 commit comments

Comments
 (0)