commit | 7de77a3917e3b84e0bf1306fc26c39f43293a195 | [log] [tgz] |
---|---|---|
author | Joseph Wright <rjosephwright@gmail.com> | Sun Jul 16 14:48:57 2017 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 28 16:57:26 2017 -0700 |
tree | 0a788947cb4309babd7d95b248517694f4f410e4 | |
parent | 0119a48b69feae3331c26a041445d3f2992b6b39 [diff] |
Staging: pi433: declare functions static Declare functions static to fix sparse warnings: warning: symbol 'pi433_receive' was not declared. Should it be static? warning: symbol 'pi433_tx_thread' was not declared. Should it be static? Signed-off-by: Joseph Wright <rjosephwright@gmail.com> Reviewed-by: Marcus Wolf <linux@wolf-entwicklungen.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>