Ver Fonte

mvebu: fix missing include of common.h in pm.c

The mvebu_pm_suspend_init() is missing a definition, so
include common.h which defines this function into pm.c to
fix the following warning:

arch/arm/mach-mvebu/pm.c:235:12: warning: symbol 'mvebu_pm_suspend_init' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Ben Dooks há 9 anos atrás
pai
commit
43043a55b2
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      arch/arm/mach-mvebu/pm.c

+ 1 - 0
arch/arm/mach-mvebu/pm.c

@@ -23,6 +23,7 @@
 #include <asm/suspend.h>
 #include <asm/suspend.h>
 
 
 #include "coherency.h"
 #include "coherency.h"
+#include "common.h"
 #include "pmsu.h"
 #include "pmsu.h"
 
 
 #define SDRAM_CONFIG_OFFS                  0x0
 #define SDRAM_CONFIG_OFFS                  0x0