mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net/cortina: Delete driver version from ethtool output
Use default ethtool version instead of static variant. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f95f42b72c
commit
3f29c285c9
1 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@
|
|||
#include "gemini.h"
|
||||
|
||||
#define DRV_NAME "gmac-gemini"
|
||||
#define DRV_VERSION "1.0"
|
||||
|
||||
#define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)
|
||||
static int debug = -1;
|
||||
|
@ -2204,7 +2203,6 @@ static void gmac_get_drvinfo(struct net_device *netdev,
|
|||
struct ethtool_drvinfo *info)
|
||||
{
|
||||
strcpy(info->driver, DRV_NAME);
|
||||
strcpy(info->version, DRV_VERSION);
|
||||
strcpy(info->bus_info, netdev->dev_id ? "1" : "0");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue