You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
consolidate asm/const.h to linux/const.h
Make a global linux/const.h header file instead of having multiple, per-arch files, and convert current users of asm/const.h to use linux/const.h. Built on x86_64 and sparc64. [akpm@linux-foundation.org: fix include/asm-x86_64/Kbuild] Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8e39c933b1
commit
6df95fd7ad
@@ -8,7 +8,6 @@ header-y += apb.h
|
||||
header-y += asi.h
|
||||
header-y += bbc.h
|
||||
header-y += bpp.h
|
||||
header-y += const.h
|
||||
header-y += display7seg.h
|
||||
header-y += envctrl.h
|
||||
header-y += ipc.h
|
||||
|
||||
Reference in New Issue
Block a user