From: Krzysztof Helt Date: Tue, 16 Oct 2007 08:29:13 +0000 (-0700) Subject: cirrusfb: code improvement 2nd part X-Git-Tag: v2.6.24-rc1~899 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ff1edeef222ebed71499135a8cc259b107d85fd;p=platform%2Fkernel%2Flinux-3.10.git cirrusfb: code improvement 2nd part This patch removes: - redundant fields from the cirrusfb_regs structure - one redundant header - fixes two includes ("" to <>) Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index 5630665..ce22bf5 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c @@ -45,7 +45,6 @@ #include #include #include -#include #include #ifdef CONFIG_ZORRO @@ -64,8 +63,8 @@ #define isPReP 0 #endif -#include "video/vga.h" -#include "video/cirrus.h" +#include