From: Krzysztof Helt Date: Thu, 24 Jul 2008 04:30:54 +0000 (-0700) Subject: tridentfb: make use of functions and constants from the vga.h X-Git-Tag: v2.6.27-rc1~597 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=10172ed6dc4d40ff42bf5ce2dd2f65f401a93696;p=~emulex%2Finfiniband.git 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 --- 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