diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2017-05-16 20:20:00 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-17 12:36:05 +0300 |
commit | 3048e76c93bccf875a49025870de08aed86c4692 (patch) | |
tree | 0ee483e104040788d2daa4b9e733a04e69579bd1 /sound/soc/intel | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-3048e76c93bccf875a49025870de08aed86c4692.tar.xz |
ASoC: fsi: Move inline fsi_stream_is_play() before use
With gcc 4.1.2:
sound/soc/sh/fsi.c:304: warning: ‘fsi_stream_is_play’ declared inline after being called
sound/soc/sh/fsi.c:304: warning: previous declaration of ‘fsi_stream_is_play’ was here
Move fsi_stream_is_play() up to fix this, removing the need for a
forward declaration as well.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
0 files changed, 0 insertions, 0 deletions