* [PATCH 2/3] sh: modify prototype in sh_eth.h
@ 2011-09-28 7:49 Yoshihiro Shimoda
2011-09-28 17:43 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Yoshihiro Shimoda @ 2011-09-28 7:49 UTC (permalink / raw)
To: Paul Mundt; +Cc: SH-Linux, netdev
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
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;
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-28 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 7:49 [PATCH 2/3] sh: modify prototype in sh_eth.h Yoshihiro Shimoda
2011-09-28 17:43 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).