From 10172ed6dc4d40ff42bf5ce2dd2f65f401a93696 Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Wed, 23 Jul 2008 21:30:54 -0700 Subject: [PATCH] tridentfb: make use of functions and constants from the vga.h Make use of functions and constants from the vga.h header to compact the code and make it more readable. Signed-off-by: Krzysztof Helt Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/tridentfb.c | 144 ++++++++++++++++++++-------------------------- include/video/trident.h | 26 --------- 2 files changed, 61 insertions(+), 109 deletions(-) diff --git a/drivers/video/tridentfb.c b/drivers/video/tridentfb.c index d6796448c5a..381e5853df6 100644 --- a/drivers/video/tridentfb.c +++ b/drivers/video/tridentfb.c @@ -22,6 +22,7 @@ #include #include +#include