ibmveth: Make array ibmveth_stats static
Fix sparse warning: drivers/net/ethernet/ibm/ibmveth.c:96:21: warning: symbol 'ibmveth_stats' was not declared. Should it be static? Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
93a77c11ae
Коммит
a0cfa79f84
|
@ -93,7 +93,7 @@ struct ibmveth_stat {
|
|||
#define IBMVETH_STAT_OFF(stat) offsetof(struct ibmveth_adapter, stat)
|
||||
#define IBMVETH_GET_STAT(a, off) *((u64 *)(((unsigned long)(a)) + off))
|
||||
|
||||
struct ibmveth_stat ibmveth_stats[] = {
|
||||
static struct ibmveth_stat ibmveth_stats[] = {
|
||||
{ "replenish_task_cycles", IBMVETH_STAT_OFF(replenish_task_cycles) },
|
||||
{ "replenish_no_mem", IBMVETH_STAT_OFF(replenish_no_mem) },
|
||||
{ "replenish_add_buff_failure",
|
||||
|
|
Загрузка…
Ссылка в новой задаче