Re: [PATCH] net: qcom/emac: make function emac_isr static

From: David Miller
Date: Fri Oct 06 2017 - 00:27:18 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 5 Oct 2017 10:10:23 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The function emac_isr is local to the source and does not need to
> be in global scope, so make it static.
>
> Cleans up sparse warnings:
> symbol 'emac_isr' was not declared. Should it be static?
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.