[qca-ssdk]: support phy_id get for malibu when use mini profile.

Change-Id: I5f846ee612a8530c53b3b1a3f67ec27d285ccfe7
Signed-off-by: zhongjia <zhongjia@codeaurora.org>
diff --git a/src/hsl/phy/malibu_phy.c b/src/hsl/phy/malibu_phy.c
index 498c32d..bbebc59 100755
--- a/src/hsl/phy/malibu_phy.c
+++ b/src/hsl/phy/malibu_phy.c
@@ -2811,9 +2811,7 @@
 #endif
 	malibu_phy_api_ops->phy_power_off = malibu_phy_poweroff;
 	malibu_phy_api_ops->phy_power_on = 	malibu_phy_poweron;
-#ifndef IN_PORTCONTROL_MINI
 	malibu_phy_api_ops->phy_id_get = malibu_phy_get_phy_id;
-#endif
 	malibu_phy_api_ops->phy_reg_write = malibu_phy_reg_write;
 	malibu_phy_api_ops->phy_reg_read = malibu_phy_reg_read;
 	malibu_phy_api_ops->phy_debug_write = malibu_phy_debug_write;