提交 60b217a0 编写于 作者: A Alexander Kuleshov 提交者: Borislav Petkov

x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H

arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h in
6238b47b ("x86, setup: move isdigit.h to ctype.h, header files on top.")
Adjust guards too.
Signed-off-by: NAlexander Kuleshov <kuleshovmail@gmail.com>
Link: http://lkml.kernel.org/r/1420267941-26390-1-git-send-email-kuleshovmail@gmail.comSigned-off-by: NBorislav Petkov <bp@suse.de>
上级 f94fe119
#ifndef BOOT_ISDIGIT_H
#define BOOT_ISDIGIT_H
#ifndef BOOT_CTYPE_H
#define BOOT_CTYPE_H
static inline int isdigit(int ch)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册