]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: bcm54140: Make a bunch of functions static
authorChenTao <chentao107@huawei.com>
Tue, 28 Apr 2020 01:48:04 +0000 (09:48 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Apr 2020 20:51:01 +0000 (13:51 -0700)
commitae80bf82d8292e1c795b9021a8fb7f6c185ebcee
treec2003f372e232b63cbbf9f5c1b48624e9d5fdccd
parent0d51f0c4bf3c6a14ab3c672cc4bdba9e92667680
net: phy: bcm54140: Make a bunch of functions static

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@huawei.com>
Signed-off-by: ChenTao <chentao107@huawei.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/bcm54140.c