aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2019-08-09 12:54:58 +1000
committerTakashi Iwai <tiwai@suse.de>2019-08-09 07:51:21 +0200
commitfe4010667741df8c8d6bef1780ec34ebf43cf007 (patch)
tree83a514895ff980e7fe58e869d699c78b331978b4 /sound/hda
parentASoC: SOF: Intel: Initialize hdaudio bus properly (diff)
downloadlinux-dev-fe4010667741df8c8d6bef1780ec34ebf43cf007.tar.xz
linux-dev-fe4010667741df8c8d6bef1780ec34ebf43cf007.zip
ALSA: hda: readl/writel need linux/io.h
Fixes: 19abfefd4c76 ("ALSA: hda: Direct MMIO accesses") Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-rw-r--r--sound/hda/hdac_bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/hda/hdac_bus.c b/sound/hda/hdac_bus.c
index dc2523ef7d98..cd25e2b3f7f2 100644
--- a/sound/hda/hdac_bus.c
+++ b/sound/hda/hdac_bus.c
@@ -4,6 +4,7 @@
*/
#include <linux/init.h>
+#include <linux/io.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/export.h>