19 Dec
2018
19 Dec
'18
12:02 a.m.
Hi Andrey,
On Tue, Dec 18, 2018 at 8:58 PM Andrey Smirnov andrew.smirnov@gmail.com wrote:
ARCH_MXC is also used by i.MX8/AArch64 SoC, building the driver for that platform results in:
sound/soc/fsl/eukrea-tlv320.c:28:10: fatal error: asm/mach-types.h: No such file or directory #include <asm/mach-types.h> ^~~~~~~~~~~~~~~~~~ compilation terminated.
Since the code in question doesn't seem to have any use on i.MX8, disable it by adding a !ARM64 as a dependecy.
Signed-off-by: Andrey Smirnov andrew.smirnov@gmail.com
Sorry for the noise if this is fixed already.
Yes, I sent a fix for this and it is linux-next already: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/s...