From patchwork Wed Jun 2 00:25:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 103676 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o520PIgx030207 for ; Wed, 2 Jun 2010 00:25:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755985Ab0FBAZV (ORCPT ); Tue, 1 Jun 2010 20:25:21 -0400 Received: from mail.renesas.com ([202.234.163.13]:36416 "EHLO mail05.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756151Ab0FBAZV (ORCPT ); Tue, 1 Jun 2010 20:25:21 -0400 X-AuditID: ac140388-000000090000020f-0a-4c05a4ef1f52 Received: from guardian05.idc.renesas.com ([172.20.8.207]) by mail05.idc.renesas.com (sendmail) with ESMTP id o520PJ6q009168; Wed, 2 Jun 2010 09:25:19 +0900 (JST) Received: (from root@localhost) by guardian05.idc.renesas.com with id o520PJB7002170; Wed, 2 Jun 2010 09:25:19 +0900 (JST) Received: from mta07.idc.renesas.com (localhost [127.0.0.1]) by mta07.idc.renesas.com with ESMTP id o520PJwk010473; Wed, 2 Jun 2010 09:25:19 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0L3D006ZR2I74G@ims05.idc.renesas.com>; Wed, 02 Jun 2010 09:25:19 +0900 (JST) Date: Wed, 02 Jun 2010 09:25:19 +0900 (JST) Date-warning: Date header was inserted by ims05.idc.renesas.com From: Kuninori Morimoto Subject: [PATCH 3/3] ARM: mach-shmobile: make sure static declaration on g3evm In-reply-to: To: Paul Mundt Cc: Linux-SH Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-2022-JP-2?B?U2Fuag==?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.6 Emacs/23.2 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO) References: X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 02 Jun 2010 00:25:22 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/board-g3evm.c b/arch/arm/mach-shmobile/board-g3evm.c index a8f20cb..95ccb94 100644 --- a/arch/arm/mach-shmobile/board-g3evm.c +++ b/arch/arm/mach-shmobile/board-g3evm.c @@ -100,7 +100,7 @@ static struct platform_device nor_flash_device = { }; /* USBHS */ -void usb_host_port_power(int port, int power) +static void usb_host_port_power(int port, int power) { if (!power) /* only power-on supported for now */ return;