[PATCH] netdev/phy: mdio-mux-mmioreg.c should include of_address.h

Subsystems: ethernet phy library, networking drivers, the rest

STALE5084d

2 messages, 2 authors, 2012-09-07 · open the first message on its own page

[PATCH] netdev/phy: mdio-mux-mmioreg.c should include of_address.h

From: Timur Tabi <hidden>
Date: 2012-09-07 20:09:59

mdio-mux-mmioreg.c uses function of_address_to_resource(), which is defined
in linux/of_address.h.  This fixes a compilation error:

drivers/net/phy/mdio-mux-mmioreg.c: In function 'mdio_mux_mmioreg_probe':
drivers/net/phy/mdio-mux-mmioreg.c:83:2: error: implicit declaration of
	function 'of_address_to_resource'

Signed-off-by: Timur Tabi <redacted>
---
 drivers/net/phy/mdio-mux-mmioreg.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/phy/mdio-mux-mmioreg.c b/drivers/net/phy/mdio-mux-mmioreg.c
index 098239a..9061ba6 100644
--- a/drivers/net/phy/mdio-mux-mmioreg.c
+++ b/drivers/net/phy/mdio-mux-mmioreg.c
@@ -12,6 +12,7 @@
 
 #include <linux/platform_device.h>
 #include <linux/device.h>
+#include <linux/of_address.h>
 #include <linux/of_mdio.h>
 #include <linux/module.h>
 #include <linux/init.h>
-- 
1.7.3.4

Re: [PATCH] netdev/phy: mdio-mux-mmioreg.c should include of_address.h

From: David Miller <davem@davemloft.net>
Date: 2012-09-07 21:25:10

From: Timur Tabi <redacted>
Date: Fri, 7 Sep 2012 15:09:52 -0500
mdio-mux-mmioreg.c uses function of_address_to_resource(), which is defined
in linux/of_address.h.  This fixes a compilation error:

drivers/net/phy/mdio-mux-mmioreg.c: In function 'mdio_mux_mmioreg_probe':
drivers/net/phy/mdio-mux-mmioreg.c:83:2: error: implicit declaration of
	function 'of_address_to_resource'

Signed-off-by: Timur Tabi <redacted>
Please provide "Reported-by: ..." tags to give credit to the problem
reporter, Randy Dunlap in this case.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help