>
> No go for compiling in 2.5.2:
>
> make[2]: Entering directory `/usr/src/linux/drivers/video'
> make -C aty
> make[3]: Entering directory `/usr/src/linux/drivers/video/aty'
> make all_targets
> make[4]: Entering directory `/usr/src/linux/drivers/video/aty'
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -
pipe
> -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4
> -DEXPORT_SYMTAB -c atyfb_base.c
> atyfb_base.c: In function `aty_init':
> atyfb_base.c:1989: incompatible types in assignment
I get the same for the rivafb as well (looks like all the fb stuff actually)
info->node = -1;
commenting out that line made it so it compiled and worked (well looked like
it did when using it , but may not be 100% right )
I dunno if it the right thing to do for the aty FB as well
Can anyone got a proper fix for this?
Thanks
Craig Whitmore
http://www.orcon.net.nz
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/