ASoC: ak4642: exchange macro name to avoid redefinition
commit544637bf3f4ddc1971740026e1cf58d8516b53fa
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 15 Sep 2015 02:42:42 +0000 (15 02:42 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 16 Sep 2015 19:40:27 +0000 (16 20:40 +0100)
treeb4aed5cce61951cd0b0a3911d7bdbcab35d7bd55
parent171a0138ab75fcbe1228c4af0442221efccfb197
ASoC: ak4642: exchange macro name to avoid redefinition

71a0138ab("ASoC: ak4642: enable to use MCKO as fixed rate output
pin on DT") added new FS() macro, but x86 already has it in
arch/x86/include/uapi/asm/ptrace-abi.h
This patch exchange FS() to FSs() to avoid redefinition warning

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4642.c