x86, setup: move isdigit.h to ctype.h, header files on top.
authorH. Peter Anvin <hpa@zytor.com>
Tue, 3 Aug 2010 04:03:46 +0000 (21:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 3 Aug 2010 04:07:20 +0000 (21:07 -0700)
commit6238b47b58480cd9c092600c05338dbe261b71ce
tree83055587295af222003e505c52ea3dbae3e0c3aa
parent8fee13a48e4879fba57725f6d9513df4bfa8e9f3
x86, setup: move isdigit.h to ctype.h, header files on top.

It is a subset of <ctype.h> functionality, so name it ctype.h.  Also,
reorganize header files so #include statements are clustered near the
top as they should be.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
LKML-Reference: <4C5752F2.8030206@kernel.org>
arch/x86/boot/boot.h
arch/x86/boot/compressed/misc.h
arch/x86/boot/compressed/string.c
arch/x86/boot/ctype.h [moved from arch/x86/boot/isdigit.h with 100% similarity]