Commit 774f60dd authored by Arnd Bergmann's avatar Arnd Bergmann

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: default avatarAndre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20230516153109.514251-4-arnd@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 41901374
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
#include <uapi/linux/psci.h> #include <uapi/linux/psci.h>
#include "core.h"
#define HIGHBANK_SUSPEND_PARAM \ #define HIGHBANK_SUSPEND_PARAM \
((0 << PSCI_0_2_POWER_STATE_ID_SHIFT) | \ ((0 << PSCI_0_2_POWER_STATE_ID_SHIFT) | \
(1 << PSCI_0_2_POWER_STATE_AFFL_SHIFT) | \ (1 << PSCI_0_2_POWER_STATE_AFFL_SHIFT) | \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment