]> git.dujemihanovic.xyz Git - linux.git/commit
bcm63xx_enet: change the driver variables to static
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 7 Jul 2022 13:58:01 +0000 (21:58 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 Jul 2022 03:31:42 +0000 (20:31 -0700)
commit9f7cb73ef64b17e9bd97a62a2b18282461abde61
tree6a82a52ec372853635d1eb6c1efb9b54fba540b4
parent6d1ce9c03880c28a4a48f94d4a2dcb2e57c1b88e
bcm63xx_enet: change the driver variables to static

bcm63xx_enetsw_driver and bcm63xx_enet_driver are only used in
bcm63xx_enet.c now, change them to static.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220707135801.1483941-1-yangyingliang@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/bcm63xx_enet.c