Commit 672c88db authored by Leon Romanovsky's avatar Leon Romanovsky Committed by David S. Miller
Browse files

net/dnet: Delete static version from the driver



Remove static driver version from the ethtool output.

Signed-off-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 02ff70b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -729,7 +729,6 @@ static void dnet_get_drvinfo(struct net_device *dev,
			     struct ethtool_drvinfo *info)
{
	strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
	strlcpy(info->version, DRV_VERSION, sizeof(info->version));
	strlcpy(info->bus_info, "0", sizeof(info->bus_info));
}

+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
#define _DNET_H

#define DRV_NAME		"dnet"
#define DRV_VERSION		"0.9.1"
#define PFX				DRV_NAME ": "

/* Register access macros */