Re: [PATCH v4 08/17] riscv: Add headers for asm/global_data.h

2020-02-19 Thread Bin Meng
On Tue, Feb 11, 2020 at 2:05 PM Sean Anderson wrote: > > This header depended on bd_t and ulong, but did not include the appropriate > headers. > > Signed-off-by: Sean Anderson > --- > > Changes in v4: > - Include compiler.h not linux/compiler.h > > arch/riscv/include/asm/global_data.h | 2 ++ >

[PATCH v4 08/17] riscv: Add headers for asm/global_data.h

2020-02-10 Thread Sean Anderson
This header depended on bd_t and ulong, but did not include the appropriate headers. Signed-off-by: Sean Anderson --- Changes in v4: - Include compiler.h not linux/compiler.h arch/riscv/include/asm/global_data.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/include/asm/globa