X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fcirrusfb.c;h=c14b2435d23ede7e09fbe7ac54d83339bf29a7f0;hb=537388bb6563bfde7c0307b95ecc1f7a1ae39b02;hp=8269d704ab2a2c27731490b3eeb39b203c9f80f3;hpb=eedab661a51966c454e38c17266a531aa58b4a98;p=linux-2.6 diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index 8269d704ab..c14b2435d2 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