diff options
author | Konstantin Khlebnikov <khlebnikov@yandex-team.ru> | 2015-07-14 15:35:50 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-16 06:33:39 +0200 |
commit | 515866f8185b92fb18a782408c53839f003c7669 (patch) | |
tree | 1a3a1efb934a21e0327e79521338bd63ab34c193 /drivers/net/ipvlan/ipvlan.h | |
parent | Merge tag 'linux-can-fixes-for-4.2-20150715' of git://git.kernel.org/pub/scm/... (diff) | |
download | linux-515866f8185b92fb18a782408c53839f003c7669.tar.xz linux-515866f8185b92fb18a782408c53839f003c7669.zip |
ipvlan: remove counters of ipv4 and ipv6 addresses
They are unused after commit f631c44bbe15 ("ipvlan: Always set broadcast bit in
multicast filter").
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipvlan/ipvlan.h')
-rw-r--r-- | drivers/net/ipvlan/ipvlan.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ipvlan/ipvlan.h b/drivers/net/ipvlan/ipvlan.h index 953a97492fab..68e2549c28c6 100644 --- a/drivers/net/ipvlan/ipvlan.h +++ b/drivers/net/ipvlan/ipvlan.h @@ -67,8 +67,6 @@ struct ipvl_dev { struct ipvl_port *port; struct net_device *phy_dev; struct list_head addrs; - int ipv4cnt; - int ipv6cnt; struct ipvl_pcpu_stats __percpu *pcpu_stats; DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE); netdev_features_t sfeatures; |