]> git.baikalelectronics.ru Git - kernel.git/commit
cfag12864bfb: Use sys_ instead of cfb_ framebuffer accessors
authorAvuton Olrich <avuton@gmail.com>
Fri, 1 Jun 2007 07:46:45 +0000 (00:46 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 1 Jun 2007 15:18:28 +0000 (08:18 -0700)
commitb7dc579c2575d930719b5e1b5ccbbf4662ee1aff
tree445cce7eaf45639e5089ee1fb0e1d5f043ebf98d
parente6c6c68c15bb1e3e69fc262169b2bca3726c3dd5
cfag12864bfb: Use sys_ instead of cfb_ framebuffer accessors

Because the framebuffer memory is allocated system RAM, use the sys_ drawing
libraries. It also fixes the following compile error:

  LD      .tmp_vmlinux1
drivers/built-in.o:(.data+0x8b48): undefined reference to `cfb_fillrect'
drivers/built-in.o:(.data+0x8b50): undefined reference to `cfb_copyarea'
drivers/built-in.o:(.data+0x8b58): undefined reference to `cfb_imageblit'

[adaplas]
Use fb_sys_read/write for the same reasons as above.

Signed-off-by: Avuton Olrich <avuton@gmail.com>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/auxdisplay/Kconfig
drivers/auxdisplay/cfag12864bfb.c