]> bbs.cooldavid.org Git - net-next-2.6.git/commit
rtl8187: Fix sparse warnings
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 9 Nov 2009 22:56:06 +0000 (16:56 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Nov 2009 21:21:15 +0000 (16:21 -0500)
commit3da0d662e3911ca8345f049627533eeb1a2f820a
tree66e4d2270feb3b3d682467bb65c0cd4406a53c5e
parent1e93bd4a132661f9403b61b821810df5ba2dc0f8
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 <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl818x/rtl8187_rfkill.c