net: aquantia: make function aq_fw2x_get_mac_permanent static
authorColin Ian King <colin.king@canonical.com>
Fri, 1 Jun 2018 15:28:34 +0000 (16:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jun 2018 15:30:50 +0000 (11:30 -0400)
commit76a45194e5392ef6642785a3aa083818bd8541dd
treeb553a24d100b5ef21b90914339c4bf455ab2fdea
parentd3adce9d0334fcd5de1e9aa8749c8953ffc9b5a7
net: aquantia: make function aq_fw2x_get_mac_permanent static

The function aq_fw2x_get_mac_permanent is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
warning: symbol 'aq_fw2x_get_mac_permanent' was not declared. Should it
be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c