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

ARM: highbank: add missing include

highbank_pm_init() is declared in core.h this is not included in the
file that defines it.

arch/arm/mach-highbank/pm.c:43:13: error: no previous prototype for 'highbank_pm_init'

Acked-by: Andre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20230516153109.514251-4-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+2
+2
arch/arm/mach-highbank/pm.c
··· 12 12 13 13 #include <uapi/linux/psci.h> 14 14 15 + #include "core.h" 16 + 15 17 #define HIGHBANK_SUSPEND_PARAM \ 16 18 ((0 << PSCI_0_2_POWER_STATE_ID_SHIFT) | \ 17 19 (1 << PSCI_0_2_POWER_STATE_AFFL_SHIFT) | \