summaryrefslogtreecommitdiff
path: root/sound/hda
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-08-09 07:51:52 +0200
committerTakashi Iwai <tiwai@suse.de>2019-08-09 07:52:27 +0200
commit2ba2101fd6f45875b83000d2a1eb290b9eda19de (patch)
tree40687b56f8750dc016d11e4742be56e35a878371 /sound/hda
parent3a76a41ffbf94c49245f5050be97d389b7d28102 (diff)
parentfe4010667741df8c8d6bef1780ec34ebf43cf007 (diff)
Merge branch 'topic/hda-bus-ops-cleanup' into for-next
Pull the compile fix on arm due to missing include. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-rw-r--r--sound/hda/hdac_bus.c1
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>