[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1420267941-26390-1-git-send-email-kuleshovmail@gmail.com>
Date: Sat, 3 Jan 2015 12:52:21 +0600
From: Alexander Kuleshov <kuleshovmail@...il.com>
To: "H. Peter Anvin" <hpa@...or.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, x86@...nel.org,
linux-kernel@...r.kernel.org,
Alexander Kuleshov <kuleshovmail@...il.com>
Subject: [PATCH] x86, setup: Rename BOOT_ISDIGIT_H -> BOOT_CTYPE_H
arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h at
6238b47b58480cd9c092600c05338dbe261b71ce.
Signed-off-by: Alexander Kuleshov <kuleshovmail@...il.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 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