From: Stephen Rothwell Date: Fri, 9 Aug 2019 02:54:58 +0000 (+1000) Subject: ALSA: hda: readl/writel need linux/io.h X-Git-Tag: v5.4-rc1~52^2~9^2~34^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe4010667741df8c8d6bef1780ec34ebf43cf007;p=platform%2Fkernel%2Flinux-rpi.git ALSA: hda: readl/writel need linux/io.h Fixes: 19abfefd4c76 ("ALSA: hda: Direct MMIO accesses") Signed-off-by: Stephen Rothwell Signed-off-by: Takashi Iwai --- diff --git a/sound/hda/hdac_bus.c b/sound/hda/hdac_bus.c index dc2523e..cd25e2b 100644 --- a/sound/hda/hdac_bus.c +++ b/sound/hda/hdac_bus.c @@ -4,6 +4,7 @@ */ #include +#include #include #include #include