
Am So., 11. Nov. 2018 um 11:33 Uhr schrieb Baruch Siach baruch@tkos.co.il:
Drop the _AC and UL macros from common.h. Linux headers is the original source of this macro, so keep its definition in the same header.
Update existing users of these macros to include const.h directly.
Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Rick Chen rick@andestech.com Reviewed-by: Tom Rini trini@konsulko.com Reviewed-by: Rick Chen rick@andestech.com Signed-off-by: Baruch Siach baruch@tkos.co.il
v4: Squash the spaces.h change in to this commit
v3: New patch in this series
arch/arm/include/asm/armv8/mmu.h | 2 ++ arch/mips/include/asm/mach-generic/spaces.h | 2 +- arch/riscv/include/asm/csr.h | 2 ++ include/common.h | 9 --------- 4 files changed, 5 insertions(+), 10 deletions(-)
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com