Re: [2.6 patch] drivers/video/: possible cleanups

From: Antonino A. Daplas
Date: Sun Nov 06 2005 - 07:44:08 EST


Adrian Bunk wrote:
> On Sun, Nov 06, 2005 at 01:56:03PM +0800, Antonino A. Daplas wrote:
>> Adrian Bunk wrote:
>>>
>>> --- 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/