Re: [PATCH v3 06/12] riscv: Add headers for asm/global_data.h

2020-02-04 Thread Bin Meng
Hi Sean, On Mon, Feb 3, 2020 at 4:04 AM Sean Anderson wrote: > > This header depended on bd_t and ulong, but did not include the appropriate > headers. > > Signed-off-by: Sean Anderson > --- > arch/riscv/include/asm/global_data.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/r

[PATCH v3 06/12] riscv: Add headers for asm/global_data.h

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