* Thomas Winischhofer <[EMAIL PROTECTED]> [2003-12-29 23:16]:
> Just looked at vesafb source again - it doesn't even have a 
> module_init() function. So it DOES NOT (and CANNOT) work as a module.

It's a Debian specific change, you'll have to look at the Debian
kernel sources.

1079:[EMAIL PROTECTED]: ..e/doc/kernel-source-2.4.23] zgrep -i vesa README.Debian.gz
* Modularised VESA FB.
1080:[EMAIL PROTECTED]: ..src/x/kernel-source-2.4.23] tail -5
./drivers/video/vesafb.c
MODULE_LICENSE("GPL");
#ifdef MODULE
module_init(vesafb_init);
#endif
module_exit(vesafb_exit);

-- 
Martin Michlmayr
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to