From 82006d084109bb4118f1de0dc5855abe5ccae430 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 13 Sep 2005 01:25:49 -0700 Subject: [PATCH] drivers/video: Replace custom macro with isdigit() Replace the custom CHAR_IS_NUM() macro with isdigit() from Signed-off-by: Tobias Klauser Acked-by: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/pm3fb.c | 3 ++- include/video/pm3fb.h | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index e0dad948467..2e11b601c48 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c @@ -67,6 +67,7 @@ #include #include #include +#include #include