Bug#289810: same fix as in 2.6.9

2005-01-23 Thread Horms
On Thu, Jan 20, 2005 at 07:01:29PM -0800, Itai Seggev wrote: > This bug is exactly the same as bug 282234 in 2.6.9, and it has the > same fix. You need to edit drivers/video/vesafb.c and move line 480 > (which reads "module_init(vesafb_init);") outside of the #ifdef > MODULE. I move it up to line 4

Bug#289810: same fix as in 2.6.9

2005-01-20 Thread Itai Seggev
This bug is exactly the same as bug 282234 in 2.6.9, and it has the same fix. You need to edit drivers/video/vesafb.c and move line 480 (which reads "module_init(vesafb_init);") outside of the #ifdef MODULE. I move it up to line 474 and everything works just fine. Perhaps the debian patch can be fi