ARM: highbank: add missing include
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 15:30:59 +0000 (17:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 26 May 2023 11:31:37 +0000 (13:31 +0200)
commit774f60dd6abc85ba01f4969a091991c089d22ed0
tree0f46e7e0d0077708688609ba39802ed1a627f064
parent419013740ea1e4343d8ade535d999f59fa28e460
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>
arch/arm/mach-highbank/pm.c