fix wrong argument of tc35815_read_plat_dev_addr()
Fix wrong argument of tc35815_read_plat_dev_addr() Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
5e1751f839
commit
308a90683d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue