From: James Simmons <hidden> Date: 2002-12-28 17:36:35
Also in:lkml
I got link errors due to a missing fb_blank function. The best
I can figure is that you were intending to call the fb_blank
fbops hook. Certainly that seems to work.
I'm not sure how no one else ran into this.
Okay that is weird. Yes it was suppose to call fb_blank the function.This
function exist in fbmem.c and it is even exported for modular fbdev
drivers.