]> git.baikalelectronics.ru Git - kernel.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)
commitbe0f621287a450ac77b32b8d8a09ff61e0fca293
treefb9d9796a4da74a9d69d99bf7ee0ea1ed1d1faa4
parent69d34018d81c0c84c83fbd86de4b3cd479519e2d
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