From 2d72b11cd2f4f81d7f817c3795224061bcefdd9e Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Tue, 15 Dec 2009 16:46:34 -0800 Subject: [PATCH] sm501: fix use of old instead of Fix the old style use of by replacing it with . Signed-off-by: Ben Dooks Signed-off-by: Simtec Linux Team Cc: Vincent Sanders Cc: Krzysztof Helt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/sm501fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/sm501fb.c b/drivers/video/sm501fb.c index 95be9e90e8b8..d1c8ea83b41f 100644 --- a/drivers/video/sm501fb.c +++ b/drivers/video/sm501fb.c @@ -29,8 +29,8 @@ #include #include #include +#include -#include #include #include -- 2.25.1