summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown2018-09-12 13:31:32 +0200
committerMark Brown2018-09-12 13:43:38 +0200
commitd9b84a15892c02334ac8a5c28865ae54168d9b22 (patch)
treefb9d9796a4da74a9d69d99bf7ee0ea1ed1d1faa4 /sound
parentASoC: soc-core: remove dai->driver NULL check (diff)
downloadkernel-qcow2-linux-d9b84a15892c02334ac8a5c28865ae54168d9b22.tar.gz
kernel-qcow2-linux-d9b84a15892c02334ac8a5c28865ae54168d9b22.tar.xz
kernel-qcow2-linux-d9b84a15892c02334ac8a5c28865ae54168d9b22.zip
ALSA: hda: Fix implicit definition of pci_iomap() on SH
Include asm/io.h directly so we've got a definition of pci_iomap(), the current set of includes do this implicitly on most architectures but not on SH. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_ca0132.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index a585d0ec6d77..6ea04f889809 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -31,6 +31,7 @@
#include <linux/types.h>
#include <linux/io.h>
#include <linux/pci.h>
+#include <asm/io.h>
#include <sound/core.h>
#include <sound/hda_codec.h>
#include "hda_local.h"