From 2c27118221dd7054ae571877632b4bdb855b53b1 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 9 Aug 2019 12:54:58 +1000 Subject: [PATCH] ALSA: hda: readl/writel need linux/io.h Fixes: 6d493b632a68 ("ALSA: hda: Direct MMIO accesses") Signed-off-by: Stephen Rothwell Signed-off-by: Takashi Iwai --- sound/hda/hdac_bus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/hda/hdac_bus.c b/sound/hda/hdac_bus.c index dc2523ef7d98b..cd25e2b3f7f22 100644 --- a/sound/hda/hdac_bus.c +++ b/sound/hda/hdac_bus.c @@ -4,6 +4,7 @@ */ #include +#include #include #include #include -- 2.39.5