Re: [PATCH] net: aquantia: make function aq_fw2x_get_mac_permanent static

From: David Miller
Date: Mon Jun 04 2018 - 11:31:36 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Fri, 1 Jun 2018 16:28:34 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>

Applied to net-next, thank you.