Skip to content

Commit 774f60d

Browse files
committed
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>
1 parent 4190137 commit 774f60d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • arch/arm/mach-highbank

arch/arm/mach-highbank/pm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#include <uapi/linux/psci.h>
1414

15+
#include "core.h"
16+
1517
#define HIGHBANK_SUSPEND_PARAM \
1618
((0 << PSCI_0_2_POWER_STATE_ID_SHIFT) | \
1719
(1 << PSCI_0_2_POWER_STATE_AFFL_SHIFT) | \

0 commit comments

Comments
 (0)