diff options
-rw-r--r-- | net/8021q/vlanproc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/8021q/vlanproc.c b/net/8021q/vlanproc.c index 8a64db19b8a5..d1314cf18adf 100644 --- a/net/8021q/vlanproc.c +++ b/net/8021q/vlanproc.c | |||
@@ -280,7 +280,6 @@ static int vlandev_seq_show(struct seq_file *seq, void *offset) | |||
280 | const struct vlan_dev_info *dev_info = vlan_dev_info(vlandev); | 280 | const struct vlan_dev_info *dev_info = vlan_dev_info(vlandev); |
281 | struct rtnl_link_stats64 temp; | 281 | struct rtnl_link_stats64 temp; |
282 | const struct rtnl_link_stats64 *stats; | 282 | const struct rtnl_link_stats64 *stats; |
283 | static const char fmt[] = "%30s %12lu\n"; | ||
284 | static const char fmt64[] = "%30s %12llu\n"; | 283 | static const char fmt64[] = "%30s %12llu\n"; |
285 | int i; | 284 | int i; |
286 | 285 | ||