From: Dan Carpenter Date: Tue, 1 Apr 2014 13:39:18 +0000 (+0300) Subject: net: sxgbe: make "core_ops" static X-Git-Tag: v3.15-rc1~113^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7baea6efb4b716db7d49c3a6815305dfe6afb888;p=pandora-kernel.git net: sxgbe: make "core_ops" static The "core_ops" variable isn't referenced outside this file and Sparse complains about it: drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c:239:29: warning: symbol 'core_ops' was not declared. Should it be static? Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed