]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: most: make functions static
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 18 Aug 2015 15:18:25 +0000 (20:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:31 +0000 (18:24 -0700)
commit809da8a5f19010e877ed66cd1ffac9f8284d7052
tree15fd1651ba29ce5cd426c45f6d82b3537954fa48
parent11f7edb5980f4ad7d4eae915c34bdb17d8c751bb
staging: most: make functions static

split_arg_list() and audio_set_pcm_format() are being called from the
same file and is not referenced from outside, so make them as static.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/aim-sound/sound.c