From: Andy Shevchenko Date: Wed, 5 Nov 2014 09:45:32 +0000 (+0200) Subject: stmmac: fix sparse warnings X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915af65619244eaf0644aad22e9299c7da303a8e;p=pandora-kernel.git stmmac: fix sparse warnings This patch fixes the following sparse warnings. drivers/net/ethernet/stmicro/stmmac/enh_desc.c:381:30: warning: symbol 'enh_desc_ops' was not declared. Should it be static? drivers/net/ethernet/stmicro/stmmac/norm_desc.c:253:30: warning: symbol 'ndesc_ops' was not declared. Should it be static? drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c:141:33: warning: symbol 'stmmac_ptp' was not declared. Should it be static? There is no functional change. Signed-off-by: Andy Shevchenko Acked-by: Giuseppe CAVALLARO Signed-off-by: David S. Miller --- Reading git-diff-tree failed