Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'arm-soc/for-5.11/drivers' of https://github.com/Broadcom/stblinux into arm/drivers

This pull request contains Broadcom SoCs driver changes for 5.11, please
pull the following:

- Lee provides a missing function declaration spotted with W=1 builds

* tag 'arm-soc/for-5.11/drivers' of https://github.com/Broadcom/stblinux:
soc: bcm: brcmstb: pm: pm-arm: Provide prototype for brcmstb_pm_s3_finish()

Link: https://lore.kernel.org/r/20201128163410.1691529-5-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+2
+2
drivers/soc/bcm/brcmstb/pm/pm-arm.c
··· 111 111 112 112 static struct brcmstb_pm_control ctrl; 113 113 114 + noinline int brcmstb_pm_s3_finish(void); 115 + 114 116 static int (*brcmstb_pm_do_s2_sram)(void __iomem *aon_ctrl_base, 115 117 void __iomem *ddr_phy_pll_status); 116 118