From: "Luiz Fernando N. Capitulino" drivers/video/imsttfb.c:1089: warning: `imsttfb_load_cursor_image' defined but not used drivers/video/imsttfb.c:1159: warning: `imstt_set_cursor' defined but not used --- 25-akpm/drivers/video/imsttfb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/imsttfb.c~imsttfbc-warning-fix drivers/video/imsttfb.c --- 25/drivers/video/imsttfb.c~imsttfbc-warning-fix Mon Apr 19 15:43:36 2004 +++ 25-akpm/drivers/video/imsttfb.c Mon Apr 19 15:43:36 2004 @@ -1084,6 +1084,7 @@ imsttfb_copyarea(struct fb_info *info, c while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); } +#if 0 static int imsttfb_load_cursor_image(struct imstt_par *par, int width, int height, __u8 fgc) { @@ -1191,7 +1192,6 @@ imstt_set_cursor(struct imstt_par *par, } } -#if 0 static int imsttfb_cursor(struct fb_info *info, struct fb_cursor *cursor) { _