]> git.baikalelectronics.ru Git - kernel.git/commit
of_mdio: move of_mdio_parse_addr to header file
authorJon Mason <jon.mason@broadcom.com>
Tue, 13 Jun 2017 14:56:08 +0000 (10:56 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jun 2017 18:00:16 +0000 (14:00 -0400)
commita217629d9ccbc63d2b79d6ce1ce529054646fdf3
tree51a9213af505bf6434583650b8f11732e48fe2b0
parent90e60dbe0e88bfb5382d75d940581e9055bfab61
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: Liviu Dudau <liviu@dudau.co.uk>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Fixes: 24e01b827fd1 ("mdio: mux: make child bus walking more permissive and errors more verbose")
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/of/of_mdio.c
include/linux/of_mdio.h