Merge branch 'topic/hda-bus-ops-cleanup' into for-next
authorTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2019 05:51:52 +0000 (07:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2019 05:52:27 +0000 (07:52 +0200)
Pull the compile fix on arm due to missing include.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_bus.c

index dc2523ef7d98b5938fc6a6a7385c5234e884bc55..cd25e2b3f7f224be60753d3d1d7d4b7eec7069b0 100644 (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>