]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c
authorFelipe Balbi <felipe.lima@indt.org.br>
Mon, 27 Aug 2007 19:11:44 +0000 (15:11 -0400)
committerTony Lindgren <tony@atomide.com>
Fri, 31 Aug 2007 17:01:11 +0000 (10:01 -0700)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm.c

index 8e4b1f6f4af61a0a44edea9d59721cfa218c00a2..daf0b2da7844133c243a2db23bd539784bdbbe71 100644 (file)
@@ -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>