From: Larry Finger Date: Mon, 9 Nov 2009 22:56:06 +0000 (-0600) Subject: rtl8187: Fix sparse warnings X-Git-Tag: v2.6.32-rc8~10^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da0d662e3911ca8345f049627533eeb1a2f820a;p=pandora-kernel.git rtl8187: Fix sparse warnings Due to a missing header include, sparse generates the following warnings: CHECK drivers/net/wireless/rtl818x/rtl8187_rfkill.c warning: symbol 'rtl8187_rfkill_init' was not declared. Should it be static? warning: symbol 'rtl8187_rfkill_poll' was not declared. Should it be static? warning: symbol 'rtl8187_rfkill_exit' was not declared. Should it be static? Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed