mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 03:29:30 -04:00
realtek: pcs: drop some unneeded unused attributes
Drop the '__always_unused' tags from two functions which are actually used. This was missed during the big transition before. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21410 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
84f2ecba4d
commit
b435b5bc61
@@ -1500,7 +1500,6 @@ static void rtpcs_930x_sds_rxcal_tap_get(struct rtpcs_serdes *sds,
|
||||
}
|
||||
}
|
||||
|
||||
__always_unused
|
||||
static void rtpcs_930x_sds_do_rx_calibration_1(struct rtpcs_serdes *sds,
|
||||
phy_interface_t phy_mode)
|
||||
{
|
||||
@@ -1665,7 +1664,6 @@ static void rtpcs_930x_sds_do_rx_calibration_2_3(struct rtpcs_serdes *sds)
|
||||
pr_info("%s: end_1.2.3\n", __func__);
|
||||
}
|
||||
|
||||
__always_unused
|
||||
static void rtpcs_930x_sds_do_rx_calibration_2(struct rtpcs_serdes *sds)
|
||||
{
|
||||
rtpcs_930x_sds_rx_reset(sds, PHY_INTERFACE_MODE_10GBASER);
|
||||
|
||||
Reference in New Issue
Block a user