aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Yuasa <[email protected]>2007-07-18 02:13:42 +0000
committerJeff Garzik <[email protected]>2007-07-18 22:38:25 +0000
commit308a90683da9a3e3da1023a88496f76f95c5dcd8 (patch)
tree2cf4b7dd0b370871f7791a19a252664aecdf5a32
parentMerge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
downloadkernel-308a90683da9a3e3da1023a88496f76f95c5dcd8.tar.gz
kernel-308a90683da9a3e3da1023a88496f76f95c5dcd8.zip
fix wrong argument of tc35815_read_plat_dev_addr()
Fix wrong argument of tc35815_read_plat_dev_addr() Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
-rw-r--r--drivers/net/tc35815.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tc35815.c b/drivers/net/tc35815.c
index 75655add3f34..7f94ca930988 100644
--- a/drivers/net/tc35815.c
+++ b/drivers/net/tc35815.c
@@ -626,7 +626,7 @@ static int __devinit tc35815_read_plat_dev_addr(struct net_device *dev)
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;
}