net: unify the pcpu_tstats and br_cpu_netstats as one
authorLi RongQing <roy.qing.li@gmail.com>
Sat, 4 Jan 2014 05:57:59 +0000 (13:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2014 01:10:24 +0000 (20:10 -0500)
They are same, so unify them as one, pcpu_sw_netstats.

Define pcpu_sw_netstat in netdevice.h, remove pcpu_tstats
from if_tunnel and remove br_cpu_netstats from br_private.h

Cc: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found