]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ks7010: declare private functions static
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Tue, 27 Sep 2016 17:39:43 +0000 (19:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2016 09:33:52 +0000 (11:33 +0200)
commit4433459a49a186f8e253d7a2211b188040c8661d
treeada737bcc6c086eece3d12426ef697f93595d378
parenta0cc6bf3eab70c9de1fbaf11cb10ae40619d5ee9
staging: ks7010: declare private functions static

Private functions in ks7010_sdio.c can be declared static.

Fixes sparse warnings 'was not declared. Should it be static?'.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c