x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H

arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h in
6238b47b58 ("x86, setup: move isdigit.h to ctype.h, header files on top.")
Adjust guards too.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Link: http://lkml.kernel.org/r/1420267941-26390-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
Alexander Kuleshov 2015-01-03 12:52:21 +06:00 коммит произвёл Borislav Petkov
Родитель f94fe119f2
Коммит 60b217a03b
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,5 @@
#ifndef BOOT_ISDIGIT_H
#define BOOT_ISDIGIT_H
#ifndef BOOT_CTYPE_H
#define BOOT_CTYPE_H
static inline int isdigit(int ch)
{