[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-60b217a03b1156a22926ec0770c2aa08679ea769@git.kernel.org>
Date: Fri, 16 Jan 2015 00:07:04 -0800
From: tip-bot for Alexander Kuleshov <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
bp@...e.de, kuleshovmail@...il.com, tglx@...utronix.de
Subject: [tip:x86/cleanups] x86, setup:
Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H
Commit-ID: 60b217a03b1156a22926ec0770c2aa08679ea769
Gitweb: http://git.kernel.org/tip/60b217a03b1156a22926ec0770c2aa08679ea769
Author: Alexander Kuleshov <kuleshovmail@...il.com>
AuthorDate: Sat, 3 Jan 2015 12:52:21 +0600
Committer: Borislav Petkov <bp@...e.de>
CommitDate: Tue, 13 Jan 2015 11:59:04 +0100
x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H
arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h in
6238b47b5848 ("x86, setup: move isdigit.h to ctype.h, header files on top.")
Adjust guards too.
Signed-off-by: Alexander Kuleshov <kuleshovmail@...il.com>
Link: http://lkml.kernel.org/r/1420267941-26390-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Borislav Petkov <bp@...e.de>
---
arch/x86/boot/ctype.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/x86/boot/ctype.h b/arch/x86/boot/ctype.h
index 25e1340..020f137 100644
--- a/arch/x86/boot/ctype.h
+++ b/arch/x86/boot/ctype.h
@@ -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)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists