]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda: Fix implicit definition of pci_iomap() on SH
authorMark Brown <broonie@kernel.org>
Wed, 12 Sep 2018 11:31:32 +0000 (12:31 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 Sep 2018 11:43:38 +0000 (12:43 +0100)
commitd9b84a15892c02334ac8a5c28865ae54168d9b22
treefb9d9796a4da74a9d69d99bf7ee0ea1ed1d1faa4
parenta7c439d6128de2cbc087ae7524b47f613ff8bc6c
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>
sound/pci/hda/patch_ca0132.c