]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit3fc40449a06bc4510fd4eee4590af87917c47184
treea3123fc03869f2eb8ce186ce4e6ed879ca78f52d
parent1b53385e7938d5a093e92044f9c89e4e76106f1b
soundwire: intel: use correct header for io calls

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