From: ChenTao <chentao...@huawei.com> Date: Tue, 28 Apr 2020 09:48:04 +0800
> Fix the following warning: > > drivers/net/phy/bcm54140.c:663:5: warning: > symbol 'bcm54140_did_interrupt' was not declared. Should it be static? > drivers/net/phy/bcm54140.c:672:5: warning: > symbol 'bcm54140_ack_intr' was not declared. Should it be static? > drivers/net/phy/bcm54140.c:684:5: warning: > symbol 'bcm54140_config_intr' was not declared. Should it be static? > > Reported-by: Hulk Robot <hul...@huawei.com> > Signed-off-by: ChenTao <chentao...@huawei.com> Applied, thank you.