greybus: audio-codec: Staticize few routines to fix build warnings
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 21 Apr 2016 02:41:57 +0000 (08:11 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 21 Apr 2016 02:44:44 +0000 (11:44 +0900)
commit36460e8a895d1f7209c5a0d7c6a87b2ecc68cc4c
tree083fcb816ac9157b4bfbd3842cab3216365de59b
parentde86e251f87fbc22efc935911f570c97f9b95cac
greybus: audio-codec: Staticize few routines to fix build warnings

This fixes below warnings ..

greybus/audio_codec.c:20:32: warning: symbol 'find_data' was not declared. Should it be static?
greybus/audio_codec.c:955:6: warning: symbol 'gbaudio_codec_cleanup' was not declared. Should it be static?

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Vaibhav Agarwal <vaibhav.agarwal@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio_codec.c