projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ff1b3
)
ALSA: hda: readl/writel need linux/io.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 9 Aug 2019 02:54:58 +0000
(12:54 +1000)
committer
Takashi 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
patch
|
blob
|
history
diff --git
a/sound/hda/hdac_bus.c
b/sound/hda/hdac_bus.c
index dc2523ef7d98b5938fc6a6a7385c5234e884bc55..cd25e2b3f7f224be60753d3d1d7d4b7eec7069b0 100644
(file)
--- 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>