forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit40013ff
net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
We have a functional dependency on the FIXED_PHY MDIO bus because we registerfixed PHY devices "the old way" which only works if the code that does this hashad a chance to run before the fixed MDIO bus is probed. Make sure we accountfor that and have dsa_loop_bdinfo.o be either built-in or modular depending onwhether CONFIG_FIXED_PHY reflects that too.Fixes:98cd155 ("net: dsa: Mock-up driver")Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>Signed-off-by: David S. Miller <davem@davemloft.net>1 parent53e8269 commit40013ff
1 file changed
+4
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
|
0 commit comments
Comments
(0)