net/arc: Delete driver version
Drop constant driver version in favour of global linux kernel. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0d8c4becb4
commit
52682a130f
@@ -15,7 +15,6 @@
|
||||
#include "emac.h"
|
||||
|
||||
#define DRV_NAME "emac_arc"
|
||||
#define DRV_VERSION "1.0"
|
||||
|
||||
static int emac_arc_probe(struct platform_device *pdev)
|
||||
{
|
||||
@@ -36,7 +35,6 @@ static int emac_arc_probe(struct platform_device *pdev)
|
||||
|
||||
priv = netdev_priv(ndev);
|
||||
priv->drv_name = DRV_NAME;
|
||||
priv->drv_version = DRV_VERSION;
|
||||
|
||||
err = of_get_phy_mode(dev->of_node, &interface);
|
||||
if (err) {
|
||||
|
Reference in New Issue
Block a user