From: Johannes Berg Date: Tue, 21 Apr 2009 08:55:10 +0000 (+0200) Subject: rndis_wlan: make some symbols static X-Git-Tag: v2.6.31-rc1~330^2~568^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa6dfadebee2098e9c5ece1d5efae96a6926d0f;p=pandora-kernel.git rndis_wlan: make some symbols static sparse complains, correctly, about these: drivers/net/wireless/rndis_wlan.c:418:21: warning: symbol 'rndis_config_ops' was not declared. Should it be static? drivers/net/wireless/rndis_wlan.c:423:6: warning: symbol 'rndis_wiphy_privid' was not declared. Should it be static? Fix that. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed