19 Dec
2017
19 Dec
'17
5:49 p.m.
On Tue, Dec 19, 2017 at 09:05:53PM +0800, kbuild test robot wrote:
In file included from sound/soc/fsl/eukrea-tlv320.c:32:0:
sound/soc/fsl/fsl_ssi.h:87:0: warning: "SSI_SCR_TCH_EN" redefined
#define SSI_SCR_TCH_EN 0x00000100
In file included from sound/soc/fsl/eukrea-tlv320.c:31:0: sound/soc/fsl/imx-ssi.h:18:0: note: this is the location of the previous definition #define SSI_SCR_TCH_EN (1 << 8)
Double checked the eukrea driver in the for-next tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/sou...
The #include "fsl_ssi.h" has been removed from the driver so I think this is a false alarm.
Thanks Nicolin