|
From: James S. <jsi...@in...> - 2002-11-07 23:11:15
|
> Yes, you can stuff all your driver private data in info->par. (fb_info > can be stuffed in pci_device during pci_probe, I think). Yeap!! > > Mmm, it does not compile :(((( > > > > drivers/video/console/vgacon.c: In function `vgacon_adjust_height': > > drivers/video/console/vgacon.c:890: `i' undeclared (first use in this function) > > drivers/video/console/vgacon.c:890: (Each undeclared identifier is reported only once > > drivers/video/console/vgacon.c:890: for each function it appears in.) > > make[3]: *** [drivers/video/console/vgacon.o] Erreur 1 > > > > O, well, i think i will wait another week or so that the new stuff has > > stabilized a bit more before continuing working on this. > > > Just declare 'int i' and it should work. Fixed in the latest BK tree. |