From patchwork Mon Aug 17 14:46:17 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Aguirre Rodriguez, Sergio Alberto" X-Patchwork-Id: 42057 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7HEgUV5006647 for ; Mon, 17 Aug 2009 14:42:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752406AbZHQOmW (ORCPT ); Mon, 17 Aug 2009 10:42:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753164AbZHQOmW (ORCPT ); Mon, 17 Aug 2009 10:42:22 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:52645 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752406AbZHQOmW (ORCPT ); Mon, 17 Aug 2009 10:42:22 -0400 Received: from dlep33.itg.ti.com ([157.170.170.112]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id n7HEgIxf006422; Mon, 17 Aug 2009 09:42:23 -0500 Received: from dlep20.itg.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id n7HEgH1Y007161; Mon, 17 Aug 2009 09:42:17 -0500 (CDT) Received: from dlee75.ent.ti.com (localhost [127.0.0.1]) by dlep20.itg.ti.com (8.12.11/8.12.11) with ESMTP id n7HEgHIj024453; Mon, 17 Aug 2009 09:42:17 -0500 (CDT) Received: from dlee02.ent.ti.com ([157.170.170.17]) by dlee75.ent.ti.com ([157.170.170.72]) with mapi; Mon, 17 Aug 2009 09:42:17 -0500 From: "Aguirre Rodriguez, Sergio Alberto" To: "linux-omap@vger.kernel.org" CC: "Nayak, Rajendra" , Kevin Hilman Date: Mon, 17 Aug 2009 09:46:17 -0500 Subject: [PATCH][PM] ARM: OMAP34xx: Fix compilation warning Thread-Topic: [PATCH][PM] ARM: OMAP34xx: Fix compilation warning Thread-Index: AcofSXodqTqxOI11SPyHb8tDinM1Jg== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Sergio Aguirre This fixes the following compilation warnings: In file included from arch/arm/mach-omap2/resource34xx.c:26: arch/arm/mach-omap2/resource34xx.h:32: warning: function declaration isn't a prototype arch/arm/mach-omap2/resource34xx.h:33: warning: function declaration isn't a prototype Signed-off-by: Sergio Aguirre --- arch/arm/mach-omap2/resource34xx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/resource34xx.h b/arch/arm/mach-omap2/resource34xx.h index 5b5618a..3c70eef 100644 --- a/arch/arm/mach-omap2/resource34xx.h +++ b/arch/arm/mach-omap2/resource34xx.h @@ -29,8 +29,8 @@ #include extern int sr_voltagescale_vcbypass(u32 t_opp, u32 c_opp, u8 t_vsel, u8 c_vsel); -extern void lock_scratchpad_sem(); -extern void unlock_scratchpad_sem(); +extern void lock_scratchpad_sem(void); +extern void unlock_scratchpad_sem(void); /* * mpu_latency/core_latency are used to control the cpuidle C state.