Commit 9df0e487 authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

ARM: OMAP2: Fix warning mach-omap2/pm.c

Fix warning

arch/arm/mach-omap2/pm.c: In function 'omap2_enter_full_retention':
arch/arm/mach-omap2/pm.c:504: warning: implicit declaration of
function 'omap2_gpio_prepare_for_retention'
arch/arm/mach-omap2/pm.c:531: warning: implicit declaration of
function 'omap2_gpio_resume_after_retention'
Signed-off-by: default avatarDirk Behme <dirk.behme@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 28e85f92
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include <asm/arch/mux.h> #include <asm/arch/mux.h>
#include <asm/arch/dma.h> #include <asm/arch/dma.h>
#include <asm/arch/board.h> #include <asm/arch/board.h>
#include <asm/arch/gpio.h>
#define PRCM_REVISION 0x000 #define PRCM_REVISION 0x000
#define PRCM_SYSCONFIG 0x010 #define PRCM_SYSCONFIG 0x010
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment