public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c
@ 2007-08-27 19:11 Felipe Balbi
  2007-08-27 19:11 ` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c Felipe Balbi
  2007-08-31 17:01 ` [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Tony Lindgren
  0 siblings, 2 replies; 4+ messages in thread
From: Felipe Balbi @ 2007-08-27 19:11 UTC (permalink / raw)
  To: linux-omap-open-source

Get rid of the following warnings:
arch/arm/mach-omap2/pm.c: In function 'omap2_enter_full_retention':
arch/arm/mach-omap2/pm.c:509: warning: implicit declaration of function 'omap2_gpio_prepare_for_retention'
arch/arm/mach-omap2/pm.c:536: warning: implicit declaration of function 'omap2_gpio_resume_after_retention'

Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
---
 arch/arm/mach-omap2/pm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
index 8e4b1f6..daf0b2d 100644
--- a/arch/arm/mach-omap2/pm.c
+++ b/arch/arm/mach-omap2/pm.c
@@ -39,6 +39,7 @@
 #include <asm/arch/irqs.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/sram.h>
+#include <asm/arch/gpio.h>
 #include <asm/arch/pm.h>
 #include <asm/arch/mux.h>
 #include <asm/arch/dma.h>
-- 
1.5.3.rc6.17.g1911

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

end of thread, other threads:[~2007-08-31 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-27 19:11 [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Felipe Balbi
2007-08-27 19:11 ` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c Felipe Balbi
2007-08-31 16:47   ` Tony Lindgren
2007-08-31 17:01 ` [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Tony Lindgren

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