diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2019-08-09 12:54:58 +1000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-08-09 07:51:21 +0200 |
commit | fe4010667741df8c8d6bef1780ec34ebf43cf007 (patch) | |
tree | 83a514895ff980e7fe58e869d699c78b331978b4 /sound/hda | |
parent | d4ff1b3917a529bdc75592af6b1504ad6c4029f7 (diff) | |
download | linux-fe4010667741df8c8d6bef1780ec34ebf43cf007.tar.bz2 |
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.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 @@ */ #include <linux/init.h> +#include <linux/io.h> #include <linux/device.h> #include <linux/module.h> #include <linux/export.h> |