From: Hannes Eder Date: Fri, 26 Dec 2008 08:12:08 +0000 (-0800) Subject: drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbols X-Git-Tag: v2.6.29-rc1~581^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c5345db704c912b485f6b60dab381c9cebf268;p=pandora-kernel.git drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbols The symbols are only references within the translation unit they are defined in, so un-EXPORT them und make them 'static'. Fix this sparse warnings: drivers/net/wan/z85230.c:604:25: warning: symbol 'z8530_dma_sync' was not declared. Should it be static? drivers/net/wan/z85230.c:613:25: warning: symbol 'z8530_txdma_sync' was not declared. Should it be static? Signed-off-by: Hannes Eder Signed-off-by: David S. Miller --- Reading git-diff-tree failed