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:
076ed3d
)
gianfar: remove duplicated include from gianfar.c
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 18 Sep 2018 02:17:18 +0000
(10:17 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 18 Sep 2018 02:41:22 +0000
(19:41 -0700)
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/gianfar.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/freescale/gianfar.c
b/drivers/net/ethernet/freescale/gianfar.c
index 40a1a87cd3389ac98344edf166c4bc9fbb25dbf3..c488d31e2af66f8db16d0829b4bba7f4cd02c115 100644
(file)
--- a/
drivers/net/ethernet/freescale/gianfar.c
+++ b/
drivers/net/ethernet/freescale/gianfar.c
@@
-102,8
+102,6
@@
#include <linux/phy_fixed.h>
#include <linux/of.h>
#include <linux/of_net.h>
-#include <linux/of_address.h>
-#include <linux/of_irq.h>
#include "gianfar.h"