X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fvideo%2Fcirrusfb.c;h=4c2bf923418c34bea4254318faeafb2d84190255;hb=4e7b8a6cef64a4c1f1194f9926f794c2b75ebdd7;hp=8269d704ab2a2c27731490b3eeb39b203c9f80f3;hpb=c930faaed551aac898c618a7df1d68901ff244f0;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index 8269d70..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