Re: [PATCH] net: phy: bcm54140: Make a bunch of functions static

From: chentao (AS)
Date: Mon Apr 27 2020 - 21:42:16 EST


Thanks a lot, i will resubmit the patch.

On 2020/4/28 2:14, David Miller wrote:
From: ChenTao <chentao107@xxxxxxxxxx>
Date: Sat, 25 Apr 2020 16:49:44 +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 <hulkci@xxxxxxxxxx>
Signed-off-by: ChenTao <chentao107@xxxxxxxxxx>
The appropriate mailing list for networking changes is netdev@xxxxxxxxxxxxxxx
so please resubmit this there.

Thank you.
.