* [PATCH] ARM: highbank: fix missing core.h include
@ 2016-06-21 11:57 Ben Dooks
0 siblings, 0 replies; only message in thread
From: Ben Dooks @ 2016-06-21 11:57 UTC (permalink / raw)
To: linux-arm-kernel
The pm code is missing the declaration of highbank_pm_init()
so include the local core.h it is defined in to fix the following
warning:
arch/arm/mach-highbank/pm.c:54:13: warning: symbol 'highbank_pm_init' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: Rob Herring <robh@kernel.org>
Cc: linux-arm-kernel at lists.infradead.org
cC:
---
arch/arm/mach-highbank/pm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-highbank/pm.c b/arch/arm/mach-highbank/pm.c
index 4003116..3580dde 100644
--- a/arch/arm/mach-highbank/pm.c
+++ b/arch/arm/mach-highbank/pm.c
@@ -23,6 +23,8 @@
#include <uapi/linux/psci.h>
+#include "core.h"
+
#define HIGHBANK_SUSPEND_PARAM \
((0 << PSCI_0_2_POWER_STATE_ID_SHIFT) | \
(1 << PSCI_0_2_POWER_STATE_AFFL_SHIFT) | \
--
2.8.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-06-21 11:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 11:57 [PATCH] ARM: highbank: fix missing core.h include Ben Dooks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).