net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing
author[email protected] <[email protected]>
Sat, 13 Aug 2016 11:16:18 +0000 (19:16 +0800)
committerDavid S. Miller <[email protected]>
Sat, 13 Aug 2016 21:58:38 +0000 (14:58 -0700)
commitd7005652cd31dfc5660e1e32bf7e53538ef14987
tree1e1f1a9826952229ad9d9ba61d24b0b73aafb458
parentb4c0e0c61f81dedc82dda35c287ea149ff98b434
net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing

To fix runtime warning with lockdep is enabled due that u64_stats_sync
is not initialized well, so add it.

Signed-off-by: Sean Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/mediatek/mtk_eth_soc.c