diff options
Diffstat (limited to 'arch/arm/mach-orion5x/dns323-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/dns323-setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 70974732cbf0..56edeab17b68 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -642,6 +642,8 @@ static void __init dns323_init(void) | |||
642 | platform_device_register_simple("dns323c-fan", 0, NULL, 0); | 642 | platform_device_register_simple("dns323c-fan", 0, NULL, 0); |
643 | 643 | ||
644 | /* Register fixup for the PHY LEDs */ | 644 | /* Register fixup for the PHY LEDs */ |
645 | if (!IS_BUILTIN(CONFIG_PHYLIB)) | ||
646 | break; | ||
645 | phy_register_fixup_for_uid(MARVELL_PHY_ID_88E1118, | 647 | phy_register_fixup_for_uid(MARVELL_PHY_ID_88E1118, |
646 | MARVELL_PHY_ID_MASK, | 648 | MARVELL_PHY_ID_MASK, |
647 | dns323c_phy_fixup); | 649 | dns323c_phy_fixup); |