提交 18de65d9 编写于 作者: J Jan Kotas 提交者: Vinod Koul

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: NJan Kotas <jank@cadence.com>
Reviewed-by: NMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: NVinod Koul <vkoul@kernel.org>
上级 a188339c
......@@ -9,6 +9,7 @@
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/soundwire/sdw_registers.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册