[alsa-devel] [PATCH] soundwire: cdns: Fix compilation error on arm64
Vinod Koul
vkoul at kernel.org
Sun Apr 14 11:44:08 CEST 2019
On 04-04-19, 09:12, Jan Kotas wrote:
> On arm64 the cadence_master.c file doesn't compile.
>
> readl and writel are undefined.
> This patch fixes that by including io.h.
And I cant verify that without hacking kconfig to force compile the lib.
>
> Signed-off-by: Jan Kotas <jank at cadence.com>
> ---
> drivers/soundwire/cadence_master.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/soundwire/cadence_master.c b/drivers/soundwire/cadence_master.c
> index cb6a331f4..0b5bcc209 100644
> --- a/drivers/soundwire/cadence_master.c
> +++ b/drivers/soundwire/cadence_master.c
> @@ -9,6 +9,7 @@
> #include <linux/delay.h>
> #include <linux/device.h>
> #include <linux/interrupt.h>
> +#include <linux/io.h>
Why not add asm/io.h which is the header that actually defines
readl/writel?
> #include <linux/module.h>
> #include <linux/mod_devicetable.h>
> #include <linux/soundwire/sdw_registers.h>
> --
> 2.15.0
--
~Vinod
More information about the Alsa-devel
mailing list