net/freescale: Clean drivers from static versions
There is no need to set static versions because linux kernel is released all together with same version applicable to the whole code base. 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
39dc02da5c
commit
ed0a72e0de
@@ -110,8 +110,6 @@ static void dpaa_get_drvinfo(struct net_device *net_dev,
|
||||
|
||||
strlcpy(drvinfo->driver, KBUILD_MODNAME,
|
||||
sizeof(drvinfo->driver));
|
||||
len = snprintf(drvinfo->version, sizeof(drvinfo->version),
|
||||
"%X", 0);
|
||||
len = snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version),
|
||||
"%X", 0);
|
||||
|
||||
|
Reference in New Issue
Block a user