staging/ft1000: fix sparse warning about the kernel thread handler function
authorDevendra Naga <devendra.aaru@gmail.com>
Sat, 7 Jul 2012 12:05:15 +0000 (17:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jul 2012 19:26:43 +0000 (12:26 -0700)
commit3bc2311e32daef1b62f45bc5d1da936f4cb31111
tree1cbc6d8ee5ac8fca17feb9df6311d050bc365fcd
parent3a0ccb0db9a113a1ab6a8d60213ea86e9a53ec57
staging/ft1000: fix sparse warning about the kernel thread handler function

sparse throws warning about the ft1000_poll_thread as

drivers/staging/ft1000/ft1000-usb/ft1000_usb.c:40:5: warning: symbol 'ft1000_poll_thread' was not declared. Should it be static?

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c