mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
d43e85b7d7
Board code cannot call mdiobus_register_board_info() when phylib or mdio_device is a loadable module: arch/arm/plat-orion/common.o: In function `orion_ge00_switch_init': :(.init.text+0x474): undefined reference to `mdiobus_register_board_info' I had a number of ideas for how this could be solved, but after the MDIO code got split out from PHYLIB it has gotten too hard, so I'm basically giving up, and only call the mdiobus_register_board_info() function if the MDIO layer is built-in to avoid the link error. This is similar to how we handle PHY registration on other ARM platforms. Fixes: |
||
---|---|---|
.. | ||
include/plat | ||
common.c | ||
gpio.c | ||
irq.c | ||
Makefile | ||
mpp.c | ||
pcie.c | ||
time.c |