Re: [PATCH 01/25] soc: bcm: brcmstb: pm: pm-arm: Provide prototype for brcmstb_pm_s3_finish()

From: Florian Fainelli
Date: Tue Nov 03 2020 - 22:25:13 EST


On Tue, 3 Nov 2020 15:28:14 +0000, Lee Jones <lee.jones@xxxxxxxxxx> wrote:
> brcmstb_pm_s3_finish() cannot be made static because it is referenced
> from brcmstb_pm_s3(), so let's provide a prototype for it instead.
>
> Fixes the following W=1 kernel build warning(s):
>
> drivers/soc/bcm/brcmstb/pm/pm-arm.c:395:14: warning: no previous prototype for ‘brcmstb_pm_s3_finish’ [-Wmissing-prototypes]
>
> Cc: Florian Fainelli <f.fainelli@xxxxxxxxx>
> Cc: bcm-kernel-feedback-list@xxxxxxxxxxxx
> Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
> ---

Applied to drivers/next, thanks!
--
Florian