From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Subject: [PATCH] ARM: OMAP2: Fix warning mach-omap2/pm.c Date: Sat, 05 May 2007 09:56:45 +0200 Message-ID: <463C38BD.4030208@googlemail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030005060907070406010307" Return-path: 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: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org This is a multi-part message in MIME format. --------------030005060907070406010307 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------030005060907070406010307 Content-Type: text/plain; name="omap2_pm_warning_fix.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="omap2_pm_warning_fix.txt" 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 --------------030005060907070406010307 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --------------030005060907070406010307--