]> Git Repo - u-boot.git/commit
Use _AC and UL macros from linux/const.h
authorBaruch Siach <[email protected]>
Sun, 11 Nov 2018 10:31:01 +0000 (12:31 +0200)
committerStefan Roese <[email protected]>
Tue, 20 Nov 2018 12:08:15 +0000 (13:08 +0100)
commit5c8fd32b2295f4c502a526243ab253d1fd11c057
tree657ba4bcc0133f4b4db23fe0898fb54df8a697e6
parentb26c48639934453fa038b7cb2ddb55d502f4c1de
Use _AC and UL macros from linux/const.h

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 <[email protected]>
Cc: Rick Chen <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
arch/arm/include/asm/armv8/mmu.h
arch/mips/include/asm/mach-generic/spaces.h
arch/riscv/include/asm/csr.h
include/common.h
This page took 0.035579 seconds and 4 git commands to generate.