]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soundwire: intel: use correct header for io calls
authorVinod Koul <vkoul@kernel.org>
Tue, 22 Oct 2019 04:33:08 +0000 (10:03 +0530)
committerVinod Koul <vkoul@kernel.org>
Tue, 22 Oct 2019 04:33:08 +0000 (10:03 +0530)
Commit df72b7192119 ("soundwire: intel: add missing headers for
cross-compilation") tried to fix cross compilation but erroneously used
wrong header in one of the file. Fix it by using correct io.h header.

Reported-by: kbuild test robot <lkp@intel.com>
Fixes: df72b7192119 ("soundwire: intel: add missing headers for cross-compilation")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel_init.c

index d488c44fcbae22dbd1279d700dc879dc8b857d80..2a2b4d8df46222299a3a79769f84d082ac99d731 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <linux/acpi.h>
 #include <linux/export.h>
-#include <linux/iomap.h>
+#include <linux/io.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/soundwire/sdw_intel.h>