Re: [PATCH net-next] net: phy: broadcom: don't export RDB/legacy access methods

From: David Miller
Date: Mon Jun 01 2020 - 15:03:24 EST


From: Michael Walle <michael@xxxxxxxx>
Date: Sat, 30 May 2020 22:34:04 +0200

> 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 <lkp@xxxxxxxxx>
> Signed-off-by: Michael Walle <michael@xxxxxxxx>

Applied.