summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2016-06-21 01:17:17 +0100
committerDavid S. Miller <davem@davemloft.net>2016-06-23 15:12:21 -0400
commitd1bd330a229fc8a69f0e7532138dfd42b4542fd4 (patch)
tree9b6bba76bf8834b664bffcb92524d873dc574e42 /drivers/of
parent8658aaf2539795e0b58fe101ae61d989f81700ff (diff)
downloadop-kernel-dev-d1bd330a229fc8a69f0e7532138dfd42b4542fd4.zip
op-kernel-dev-d1bd330a229fc8a69f0e7532138dfd42b4542fd4.tar.gz
of_mdio: Enable fixed PHY support if driver is a module
The fixed_phy driver doesn't have to be built-in, and it's important that of_mdio supports it even if it's a module. Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/of_mdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/of_mdio.c b/drivers/of/of_mdio.c
index e051e1b..de68707 100644
--- a/drivers/of/of_mdio.c
+++ b/drivers/of/of_mdio.c
@@ -361,7 +361,7 @@ struct phy_device *of_phy_attach(struct net_device *dev,
}
EXPORT_SYMBOL(of_phy_attach);
-#if defined(CONFIG_FIXED_PHY)
+#if IS_ENABLED(CONFIG_FIXED_PHY)
/*
* of_phy_is_fixed_link() and of_phy_register_fixed_link() must
* support two DT bindings:
OpenPOWER on IntegriCloud