From patchwork Wed Sep 28 07:49:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 116716 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0D3C1B6F84 for ; Wed, 28 Sep 2011 17:49:19 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753615Ab1I1HtJ (ORCPT ); Wed, 28 Sep 2011 03:49:09 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:61338 "EHLO relmlor2.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753571Ab1I1HtH (ORCPT ); Wed, 28 Sep 2011 03:49:07 -0400 Received: from relmlir4.idc.renesas.com ([10.200.68.154]) by relmlor2.idc.renesas.com ( SJSMS) with ESMTP id <0LS8006TI31UY140@relmlor2.idc.renesas.com>; Wed, 28 Sep 2011 16:49:06 +0900 (JST) Received: from relmlac1.idc.renesas.com ([10.200.69.21]) by relmlir4.idc.renesas.com ( SJSMS) with ESMTP id <0LS800H9V31UOL90@relmlir4.idc.renesas.com>; Wed, 28 Sep 2011 16:49:06 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id 11D2B80086; Wed, 28 Sep 2011 16:49:06 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id 0A9AE80088; Wed, 28 Sep 2011 16:49:06 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac1.idc.renesas.com with ESMTP id SAA02984; Wed, 28 Sep 2011 16:49:06 +0900 X-IronPort-AV: E=Sophos; i="4.68,454,1312124400"; d="scan'208"; a="47470661" Received: from unknown (HELO [172.30.8.157]) ([172.30.8.157]) by relmlii1.idc.renesas.com with ESMTP; Wed, 28 Sep 2011 16:49:05 +0900 Message-id: <4E82D171.6060200@renesas.com> Date: Wed, 28 Sep 2011 16:49:05 +0900 From: Yoshihiro Shimoda User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.22) Gecko/20110902 Thunderbird/3.1.14 MIME-version: 1.0 To: Paul Mundt Cc: SH-Linux , netdev@vger.kernel.org Subject: [PATCH 2/3] sh: modify prototype in sh_eth.h Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Yoshihiro Shimoda --- arch/sh/include/asm/sh_eth.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/include/asm/sh_eth.h b/arch/sh/include/asm/sh_eth.h index 0f325da..2076acf 100644 --- a/arch/sh/include/asm/sh_eth.h +++ b/arch/sh/include/asm/sh_eth.h @@ -15,7 +15,7 @@ struct sh_eth_plat_data { int edmac_endian; int register_type; phy_interface_t phy_interface; - void (*set_mdio_gate)(unsigned long addr); + void (*set_mdio_gate)(void *addr); unsigned char mac_addr[6]; unsigned no_ether_link:1;