From: WANG Cong Date: Fri, 14 Feb 2014 23:10:46 +0000 (-0800) Subject: openvswitch: rename ->sync to ->syncp X-Git-Tag: v3.15-rc1~113^2~339 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df9d9fdf8fdad710949ce52a403684c991ced29b;p=pandora-kernel.git openvswitch: rename ->sync to ->syncp Openvswitch defines u64_stats_sync as ->sync rather than ->syncp, so fails to compile with netdev_alloc_pcpu_stats(). So just rename it to ->syncp. Reported-by: kbuild test robot Fixes: 1c213bd24ad04f4430031 (net: introduce netdev_alloc_pcpu_stats() for drivers) Cc: David S. Miller Signed-off-by: Cong Wang Reviewed-by: Flavio Leitner Signed-off-by: David S. Miller --- Reading git-diff-tree failed