From 9df0e48752d33f97fa936704f5eb868950e0ebb3 Mon Sep 17 00:00:00 2001 From: Dirk Behme Date: Sat, 5 May 2007 09:56:45 +0200 Subject: [PATCH] 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: Dirk Behme Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/pm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index 8c39a464e25..0a88c6a148c 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c @@ -44,6 +44,7 @@ #include #include #include +#include #define PRCM_REVISION 0x000 #define PRCM_SYSCONFIG 0x010 -- 2.41.1