]> 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)
commit21fa0e16615e1c00fb45eb981966200b0eb24b33
treefb9d9796a4da74a9d69d99bf7ee0ea1ed1d1faa4
parent4ad92d161442ce04f244d2f6790a8b7469deb66f
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