From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP2: Fix warning mach-omap2/pm.c Date: Mon, 7 May 2007 17:16:55 -0700 Message-ID: <20070508001654.GE31968@atomide.com> References: <463C38BD.4030208@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <463C38BD.4030208@googlemail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Dirk Behme Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * Dirk Behme [070505 00:57]: > > 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 > > Index: linux-osk/arch/arm/mach-omap2/pm.c > =================================================================== > --- linux-osk.orig/arch/arm/mach-omap2/pm.c > +++ linux-osk/arch/arm/mach-omap2/pm.c > @@ -44,6 +44,7 @@ > #include > #include > #include > +#include > > #define PRCM_REVISION 0x000 > #define PRCM_SYSCONFIG 0x010 > Thanks, pushing today. Tony