Re: [PATCH] net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create static

From: David Miller
Date: Thu Jun 21 2018 - 20:32:02 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 21 Jun 2018 18:16:45 +0100

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

Applied, thanks Colin.