Adrian Bunk wrote:
On Sun, Nov 06, 2005 at 01:56:03PM +0800, Antonino A. Daplas wrote:
quoted
Adrian Bunk wrote:
quoted
--- linux-2.6.14-rc5-mm1-full/drivers/video/console/softcursor.c.old 2005-11-06 00:31:15.000000000 +0100
+++ linux-2.6.14-rc5-mm1-full/drivers/video/console/softcursor.c 2005-11-06 00:31:30.000000000 +0100
@@ -17,6 +17,8 @@
#include <asm/uaccess.h>
#include <asm/io.h>
+#include "fbcon.h"
I don't think softcursor needs anything in fbcon.h. The rest looks okay.
fbcon.h contains the function prototype for soft_cursor().
Ahh, you're right. I forgot that I moved it to the console directory.
Tony