summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/samv7.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-05-31 03:06:22 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-06-02 10:11:44 +0200
commitb2f06274337074a64ad42550f336b9f279eb835a (patch)
tree6d8ca393a0682a7cd5f53b9a0a60ab0cd4bda10c /arch/arm/mach-at91/samv7.c
parent2d4c44e979eaa846dfa63717c4f4818e11161c66 (diff)
downloadop-kernel-dev-b2f06274337074a64ad42550f336b9f279eb835a.zip
op-kernel-dev-b2f06274337074a64ad42550f336b9f279eb835a.tar.gz
ARM: at91: handle CONFIG_PM for armv7m configurations
There is currently no PM support for samx7 but the symbol can still be selected. This avoids compilation issues. Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-at91/samv7.c')
-rw-r--r--arch/arm/mach-at91/samv7.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/samv7.c b/arch/arm/mach-at91/samv7.c
index 11386f1..910f0c6 100644
--- a/arch/arm/mach-at91/samv7.c
+++ b/arch/arm/mach-at91/samv7.c
@@ -15,6 +15,15 @@
#include <asm/system_misc.h>
#include "generic.h"
+#ifdef CONFIG_PM
+/* This function has to be defined for various drivers that are using it */
+int at91_suspend_entering_slow_clock(void)
+{
+ return 0;
+}
+EXPORT_SYMBOL(at91_suspend_entering_slow_clock);
+#endif
+
static const char *const samv7_dt_board_compat[] __initconst = {
"atmel,samv7",
NULL
OpenPOWER on IntegriCloud