Skip to content
Commit 4798a714 authored by Jon Mason's avatar Jon Mason Committed by David S. Miller
Browse files

of_mdio: move of_mdio_parse_addr to header file



The of_mdio_parse_addr() helper function is useful to other code, but
the module dependency chain causes issues.  To work around this, we can
move of_mdio_parse_addr() to be an inline function in the header file.
This gets rid of the dependencies and still allows for the reuse of
code.

Reported-by: default avatarLiviu Dudau <liviu@dudau.co.uk>
Signed-off-by: default avatarJon Mason <jon.mason@broadcom.com>
Fixes: 342fa196

 ("mdio: mux: make child bus walking more permissive and errors more verbose")
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent efe5f9c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment