X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fcirrusfb.c;h=f99cb77e7b42edc7804181aff250d1184c1c561b;hb=a57793651ff1a09ef18bade998632435ca2dc13f;hp=2c4bc6205738992f643128a812769859352f20f8;hpb=13d7d84e078f49f08b657a3fba0d7a0b7b44ba65;p=linux-2.6 diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index 2c4bc62057..f99cb77e7b 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c @@ -45,7 +45,6 @@ #include #include #include -#include #include #ifdef CONFIG_ZORRO @@ -59,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