Browse Source

Merge branch 'fix/intel' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

Mark Brown 7 years ago
parent
commit
2ebec60bc9
2 changed files with 2 additions and 0 deletions
  1. 1 0
      include/sound/soc-acpi-intel-match.h
  2. 1 0
      include/sound/soc-acpi.h

+ 1 - 0
include/sound/soc-acpi-intel-match.h

@@ -16,6 +16,7 @@
 #ifndef __LINUX_SND_SOC_ACPI_INTEL_MATCH_H
 #define __LINUX_SND_SOC_ACPI_INTEL_MATCH_H
 
+#include <linux/module.h>
 #include <linux/stddef.h>
 #include <linux/acpi.h>
 

+ 1 - 0
include/sound/soc-acpi.h

@@ -17,6 +17,7 @@
 
 #include <linux/stddef.h>
 #include <linux/acpi.h>
+#include <linux/mod_devicetable.h>
 
 struct snd_soc_acpi_package_context {
 	char *name;           /* package name */