commit | 18de65d9e71a2ea20b9a7b4efbfcc5baa4f0d252 | [log] [tgz] |
---|---|---|
author | Jan Kotas <jank@cadence.com> | Thu Apr 04 09:12:21 2019 +0100 |
committer | Vinod Koul <vkoul@kernel.org> | Mon May 27 10:36:28 2019 +0530 |
tree | aa0e6a05c0c361ee1849745f9d0229ffcd4e4b56 | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 [diff] |
soundwire: cdns: Fix compilation error on arm64 On arm64 the cadence_master.c file doesn't compile. readl and writel are undefined. This patch fixes that by including io.h. Signed-off-by: Jan Kotas <jank@cadence.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Vinod Koul <vkoul@kernel.org>