Skip to content

Commit ff3b574

Browse files
arndbbroonie
authored andcommitted
ASoC: Intel: boards: Fix compile-testing RT1011/RT5682
On non-x86, the new driver results in a build failure: sound/soc/intel/boards/cml_rt1011_rt5682.c:14:10: fatal error: asm/cpu_device_id.h: No such file or directory The asm/cpu_device_id.h header is not actually needed here, so don't include it. Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent dcf08d0 commit ff3b574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/intel/boards/cml_rt1011_rt5682.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/clk.h>
1212
#include <linux/dmi.h>
1313
#include <linux/slab.h>
14-
#include <asm/cpu_device_id.h>
1514
#include <linux/acpi.h>
1615
#include <sound/core.h>
1716
#include <sound/jack.h>

0 commit comments

Comments
 (0)