X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fvideo%2Fcirrusfb.c;h=e729fb279645dd34f634be1fb0ddaea60396a7bb;hb=3f7a26b4b9768fe31597d1af35106aa512dc3742;hp=1103010af54a845df91fd8859c884c504d03ef3e;hpb=e8222502ee6157e2713da9e0792c21f4ad458d50;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index 1103010..e729fb2 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c @@ -36,18 +36,15 @@ #define CIRRUSFB_VERSION "2.0-pre2" -#include #include #include #include #include #include -#include #include #include #include #include -#include #include #ifdef CONFIG_ZORRO @@ -61,14 +58,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