enetc: Remove unused variable 'enetc_drv_name'
commit ed0a72e0de
("net/freescale: Clean drivers from static versions")
leave behind this, remove it .
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6919a8264a
commit
69ccaf2590
|
@ -8,7 +8,6 @@
|
|||
#include "enetc_pf.h"
|
||||
|
||||
#define ENETC_DRV_NAME_STR "ENETC PF driver"
|
||||
static const char enetc_drv_name[] = ENETC_DRV_NAME_STR;
|
||||
|
||||
static void enetc_pf_get_primary_mac_addr(struct enetc_hw *hw, int si, u8 *addr)
|
||||
{
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "enetc.h"
|
||||
|
||||
#define ENETC_DRV_NAME_STR "ENETC VF driver"
|
||||
static const char enetc_drv_name[] = ENETC_DRV_NAME_STR;
|
||||
|
||||
/* Messaging */
|
||||
static void enetc_msg_vsi_write_msg(struct enetc_hw *hw,
|
||||
|
|
Loading…
Reference in New Issue