Commit 69ccaf25 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

enetc: Remove unused variable 'enetc_drv_name'



commit ed0a72e0 ("net/freescale: Clean drivers from static versions")
leave behind this, remove it .

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6919a826
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
{
+0 −1
Original line number Diff line number Diff line
@@ -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,