Skip to content

Commit

Permalink
x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H
Browse files Browse the repository at this point in the history
arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h in
6238b47 ("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>
  • Loading branch information
Alexander Kuleshov authored and Borislav Petkov committed Jan 13, 2015
1 parent f94fe11 commit 60b217a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/x86/boot/ctype.h
Original file line number Diff line number Diff line change
@@ -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)
{
Expand Down

0 comments on commit 60b217a

Please sign in to comment.