ALSA: hda: readl/writel need linux/io.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 9 Aug 2019 02:54:58 +0000 (12:54 +1000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2019 05:51:21 +0000 (07:51 +0200)
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>
sound/hda/hdac_bus.c

index dc2523ef7d98b5938fc6a6a7385c5234e884bc55..cd25e2b3f7f224be60753d3d1d7d4b7eec7069b0 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <linux/init.h>
+#include <linux/io.h>
 #include <linux/device.h>
 #include <linux/module.h>
 #include <linux/export.h>