commit | ba3823ca6a052d1aea2c7f7bf8ed6377f5f180e3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jun 05 13:15:22 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 05 13:15:22 2020 -0700 |
tree | 3761a270011f32dae3999c8f687490cca89c65b7 | |
parent | e22437207683a9099d5fb3a1b5cc8f5c7b24a583 [diff] | |
parent | ae602786407fef34e1d66b3c8f278a10ed37197e [diff] |
Merge branch 'Fixes-for-OF_MDIO-flag' Dan Murphy says: ==================== Fixes for OF_MDIO flag There are some residual drivers that check the CONFIG_OF_MDIO flag using the if defs. Using this check does not work when the OF_MDIO is configured as a module. Using the IS_ENABLED macro checks if the flag is declared as built-in or as a module. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>