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

2020-05-18 Thread Michael Ellerman
Jiri Kosina writes: > On Mon, 18 May 2020, Jiri Kosina wrote: >> > > Include linux/io.h into fsl_85xx_cache_sram.c to fix the >> > > implicit-declaration compile errors when building Cache-Sram. >> > > >> > > arch/powerpc/sysdev/fsl_85xx_cache_sram.c: In function >> > > ‘instantiate_cache_sram’:

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

2020-05-18 Thread Christophe Leroy
Le 18/05/2020 à 12:32, Jiri Kosina a écrit : On Mon, 18 May 2020, Jiri Kosina wrote: Include linux/io.h into fsl_85xx_cache_sram.c to fix the implicit-declaration compile errors when building Cache-Sram. arch/powerpc/sysdev/fsl_85xx_cache_sram.c: In function ‘instantiate_cache_sram’: arch/p

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

2020-05-18 Thread Jiri Kosina
On Mon, 18 May 2020, Jiri Kosina wrote: > > > Include linux/io.h into fsl_85xx_cache_sram.c to fix the > > > implicit-declaration compile errors when building Cache-Sram. > > > > > > arch/powerpc/sysdev/fsl_85xx_cache_sram.c: In function > > > ‘instantiate_cache_sram’: > > > arch/powerpc/sysdev/f

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

2020-05-18 Thread Jiri Kosina
On Mon, 2 Mar 2020, Christophe Leroy wrote: > > Include linux/io.h into fsl_85xx_cache_sram.c to fix the > > implicit-declaration compile errors when building Cache-Sram. > > > > arch/powerpc/sysdev/fsl_85xx_cache_sram.c: In function > > ‘instantiate_cache_sram’: > > arch/powerpc/sysdev/fsl_85xx_

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

2020-03-01 Thread Christophe Leroy
Le 02/03/2020 à 06:37, WANG Wenhu a écrit : Include linux/io.h into fsl_85xx_cache_sram.c to fix the implicit-declaration compile errors when building Cache-Sram. arch/powerpc/sysdev/fsl_85xx_cache_sram.c: In function ‘instantiate_cache_sram’: arch/powerpc/sysdev/fsl_85xx_cache_sram.c:97:26:

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

2020-01-21 Thread Christophe Leroy
:triv...@kernel.org,loneh...@hotmail.com,wenhu.w...@vivo.com 主题:Re: [PATCH] powerpc/sysdev: fix compile errors>On 21/1/20 4:31 pm, wangwenhu wrote: From: wangwenhu Include arch/powerpc/include/asm/io.h into fsl_85xx_cache_sram.c to fix the implicit declaration compile errors when building Ca

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

2020-01-21 Thread Christophe Leroy
:triv...@kernel.org,loneh...@hotmail.com,wenhu.w...@vivo.com 主题:Re: [PATCH] powerpc/sysdev: fix compile errors>On 21/1/20 4:31 pm, wangwenhu wrote: From: wangwenhu Include arch/powerpc/include/asm/io.h into fsl_85xx_cache_sram.c to fix the implicit declaration compile errors when building Ca

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

2020-01-20 Thread Andrew Donnellan
On 21/1/20 4:31 pm, wangwenhu wrote: From: wangwenhu Include arch/powerpc/include/asm/io.h into fsl_85xx_cache_sram.c to fix the implicit declaration compile errors when building Cache-Sram. arch/powerpc/sysdev/fsl_85xx_cache_sram.c: In function ‘instantiate_cache_sram’: arch/powerpc/sysdev/fs

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

2020-01-20 Thread Christophe Leroy
Le 21/01/2020 à 06:31, wangwenhu a écrit : From: wangwenhu 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 instead of Christophe