public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2: Fix warning mach-omap2/pm.c
@ 2007-05-05  7:56 Dirk Behme
  2007-05-08  0:16 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2007-05-05  7:56 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]


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 <dirk.behme@gmail.com>


[-- Attachment #2: omap2_pm_warning_fix.txt --]
[-- Type: text/plain, Size: 386 bytes --]

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 <asm/arch/mux.h>
 #include <asm/arch/dma.h>
 #include <asm/arch/board.h>
+#include <asm/arch/gpio.h>
 
 #define PRCM_REVISION		0x000
 #define PRCM_SYSCONFIG		0x010


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-08  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-05  7:56 [PATCH] ARM: OMAP2: Fix warning mach-omap2/pm.c Dirk Behme
2007-05-08  0:16 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox