diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2019-08-08 22:54:58 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-08-09 01:51:21 -0400 |
commit | fe4010667741df8c8d6bef1780ec34ebf43cf007 (patch) | |
tree | 83a514895ff980e7fe58e869d699c78b331978b4 | |
parent | d4ff1b3917a529bdc75592af6b1504ad6c4029f7 (diff) |
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>
-rw-r--r-- | sound/hda/hdac_bus.c | 1 |
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 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | #include <linux/io.h> | ||
7 | #include <linux/device.h> | 8 | #include <linux/device.h> |
8 | #include <linux/module.h> | 9 | #include <linux/module.h> |
9 | #include <linux/export.h> | 10 | #include <linux/export.h> |