Re: [PATCH] powerpc/sysdev: fix compile errors

From: Christophe Leroy
Date: Tue Jan 21 2020 - 00:59:03 EST




Le 21/01/2020 Ã 06:31, wangwenhu a ÃcritÂ:
From: wangwenhu <wenhu.wang@xxxxxxxx>

Include arch/powerpc/include/asm/io.h into fsl_85xx_cache_sram.c to
fix the implicit declaration compile errors when building Cache-Sram.

It is usually better to include <linux/io.h> instead of <asm/io.h>

Christophe