ALSA: hda: readl/writel need linux/io.h

Fixes: 19abfefd4c ("ALSA: hda: Direct MMIO accesses")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Stephen Rothwell 2019-08-09 12:54:58 +10:00 committed by Takashi Iwai
parent d4ff1b3917
commit fe40106677
1 changed files with 1 additions and 0 deletions

View 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>