X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fvideo%2Fcirrusfb.c;h=4c2bf923418c34bea4254318faeafb2d84190255;hb=362c1055e58ecd25a9393c520ab263c80b147497;hp=2c4bc6205738992f643128a812769859352f20f8;hpb=d8b8c0a697d60c7d58a3dbda2d78553fd27727b3;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index 2c4bc62..4c2bf92 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c @@ -34,8 +34,6 @@ * */ -#define CIRRUSFB_VERSION "2.0-pre2" - #include #include #include @@ -45,7 +43,6 @@ #include #include #include -#include #include #ifdef CONFIG_ZORRO @@ -59,14 +56,13 @@ #endif #ifdef CONFIG_PPC_PREP #include -#define isPReP (machine_is(prep)) +#define isPReP machine_is(prep) #else #define isPReP 0 #endif -#include "video/vga.h" -#include "video/cirrus.h" - +#include