diff options
author | 2016-08-11 14:38:13 +0800 | |
---|---|---|
committer | 2016-08-11 15:02:49 +0100 | |
commit | 1d9d0c65d95ecc446972ace6a7583e5cfdc69e48 (patch) | |
tree | 313898fa1011018c48ff0f1c89e52388643005a2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.8-rc1 (diff) | |
download | wireguard-linux-1d9d0c65d95ecc446972ace6a7583e5cfdc69e48.tar.xz wireguard-linux-1d9d0c65d95ecc446972ace6a7583e5cfdc69e48.zip |
ASoC: fix W=1 build warnings
We get 1 warning about global functions without a declaration
in the ASoC sub-system when building with W=1:
sound/soc/sh/rcar/core.c:113:6: warning: no previous prototype for 'rsnd_mod_make_sure' [-Wmissing-prototypes]
void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type)
In this case, the function 'rsnd_mod_make_sure' is declared in rsnd.h file,
but it only valid if the macro DEBUG is claimed.
so the implementation of function 'rsnd_mod_make_sure' need be
held by macro DEBUG.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions