Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe384ab1 authored by Mark Brown's avatar Mark Brown Committed by Greg Kroah-Hartman
Browse files

ALSA: hda: Fix implicit definition of pci_iomap() on SH



[ Upstream commit d9b84a15892c02334ac8a5c28865ae54168d9b22 ]

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: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 6281d021
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 "hda_codec.h"
#include "hda_local.h"