From: Tobias Klauser Replace the custom CHAR_IS_NUM() macro with isdigit() from Signed-off-by: Tobias Klauser Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton --- drivers/video/pm3fb.c | 3 ++- include/video/pm3fb.h | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff -puN drivers/video/pm3fb.c~drivers-video-replace-custom-macro-with-isdigit drivers/video/pm3fb.c --- devel/drivers/video/pm3fb.c~drivers-video-replace-custom-macro-with-isdigit 2005-09-10 14:45:48.000000000 -0700 +++ devel-akpm/drivers/video/pm3fb.c 2005-09-10 14:45:48.000000000 -0700 @@ -67,6 +67,7 @@ #include #include #include +#include #include