* [PATCH] fix wrong argument of tc35815_read_plat_dev_addr()
@ 2007-07-18 2:13 Yoichi Yuasa
2007-07-18 2:23 ` Atsushi Nemoto
2007-07-18 22:38 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: Yoichi Yuasa @ 2007-07-18 2:13 UTC (permalink / raw)
To: Jeff Garzik; +Cc: yoichi_yuasa, netdev, Atsushi Nemoto
Fix wrong argument of tc35815_read_plat_dev_addr()
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X generic/Documentation/dontdiff generic-orig/drivers/net/tc35815.c generic/drivers/net/tc35815.c
--- generic-orig/drivers/net/tc35815.c 2007-07-18 10:45:56.542655750 +0900
+++ generic/drivers/net/tc35815.c 2007-07-18 10:41:42.230762250 +0900
@@ -626,7 +626,7 @@ static int __devinit tc35815_read_plat_d
return -ENODEV;
}
#else
-static int __devinit tc35815_read_plat_dev_addr(struct device *dev)
+static int __devinit tc35815_read_plat_dev_addr(struct net_device *dev)
{
return -ENODEV;
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-18 22:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-18 2:13 [PATCH] fix wrong argument of tc35815_read_plat_dev_addr() Yoichi Yuasa
2007-07-18 2:23 ` Atsushi Nemoto
2007-07-18 22:38 ` Jeff Garzik
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).