Re: [PATCH net-next] net: phy: broadcom: don't export RDB/legacy access methods
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-30 20:40:57
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-30 20:40:57
Also in:
lkml
On 5/30/2020 1:34 PM, Michael Walle wrote:
Don't export __bcm_phy_enable_rdb_access() and
__bcm_phy_enable_legacy_access() functions. They aren't used outside this
module and it was forgotten to provide a prototype for these functions.
Just make them static for now.
Fixes: 11ecf8c55b91 ("net: phy: broadcom: add cable test support")
Reported-by: kbuild test robot <redacted>
Signed-off-by: Michael Walle <redacted>Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian