arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h at 6238b47b58480cd9c092600c05338dbe261b71ce.
Signed-off-by: Alexander Kuleshov <kuleshovm...@gmail.com> --- arch/x86/boot/ctype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/boot/ctype.h b/arch/x86/boot/ctype.h index 25e1340..d249ccc 100644 --- a/arch/x86/boot/ctype.h +++ b/arch/x86/boot/ctype.h @@ -1,6 +1,6 @@ -#ifndef BOOT_ISDIGIT_H +#ifndef BOOT_CTYPE_H -#define BOOT_ISDIGIT_H +#define BOOT_CTYPE_H static inline int isdigit(int ch) { -- 2.2.1.202.g44ae4ee.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/