mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
419013740e
commit
774f60dd6a
1 changed files with 2 additions and 0 deletions
|
@ -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) | \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue