Commit 3fc40449 authored by Vinod Koul's avatar Vinod Koul

soundwire: intel: use correct header for io calls

Commit df72b719 ("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: default avatarkbuild test robot <lkp@intel.com>
Fixes: df72b719 ("soundwire: intel: add missing headers for cross-compilation")
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 1b53385e
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment