Re: [PATCH 1/3][staging-next] staging: pi433: Make a couple of functions static

From: Greg Kroah-Hartman
Date: Fri Jul 28 2017 - 19:59:45 EST


On Tue, Jul 18, 2017 at 02:03:58PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The functions pi433_receive and pi433_tx_thread are local to the source
> and do not need to be in global scope, so make them static
>
> Cleans up sparse warnings:
> symbol 'pi433_receive' was not declared. Should it be static?
> symbol 'pi433_tx_thread' was not declared. Should it be static?
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> Reviewed-by: Marcus Wolf <linux@xxxxxxxxxxxxxxxxxxxxx>

Only one of the patches in this series applied :(