staging: greybus: remove extern prototypes
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Sun, 17 Mar 2019 18:36:55 +0000 (00:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:49:45 +0000 (07:49 +0100)
commitce2439ec8356b21994391ecb3ce45d089a495dc3
treedd24241df410895e3109d5bb24815bfdc3594ba8
parent83053c3eabd7f1cb8bd2220e394d33b742704181
staging: greybus: remove extern prototypes

Functions are implicitly declared with "extern". The compiler doesn't
need it.  extern removed from drivers/staging/greybus/audio_codec.h
file.

Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_codec.h