projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c06a09
)
net: dsa: mt7530: Drop unused GPIO include
author
Linus Walleij
<
[email protected]
>
Thu, 3 Jan 2019 21:31:32 +0000
(22:31 +0100)
committer
David S. Miller
<
[email protected]
>
Fri, 4 Jan 2019 21:07:23 +0000
(13:07 -0800)
This driver uses GPIO descriptors only, <linux/of_gpio.h>
is not used so drop the include.
Signed-off-by: Linus Walleij <
[email protected]
>
Reviewed-by: Vivien Didelot <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/dsa/mt7530.c
patch
|
blob
|
history
diff --git
a/drivers/net/dsa/mt7530.c
b/drivers/net/dsa/mt7530.c
index 74547f43b938971ef401a2e1ff191c779f579e99..a8a2c728afba01bd2bd2e6da4d843e5dd1e07628 100644
(file)
--- a/
drivers/net/dsa/mt7530.c
+++ b/
drivers/net/dsa/mt7530.c
@@
-18,7
+18,6
@@
#include <linux/mfd/syscon.h>
#include <linux/module.h>
#include <linux/netdevice.h>
-#include <linux/of_gpio.h>
#include <linux/of_mdio.h>
#include <linux/of_net.h>
#include <linux/of_platform.h>