提交 91d4e0a4 编写于 作者: C Christoph Egger 提交者: Linus Torvalds

fbdev: remove obsolete CONFIG_FB_SOFT_CURSOR

The config Option FB_SOFT_BUFFER was removed in
c465e05a ("fbcon/fbdev: Move softcursor
out of fbdev to fbcon").

While moving to fbcon this single driver has it left as a select in
KConfig / #ifdef in source.  This last occurence is removed here so the
option is really gone
Signed-off-by: NChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 55a23c4a
...@@ -1494,7 +1494,6 @@ config FB_VIA ...@@ -1494,7 +1494,6 @@ config FB_VIA
select FB_CFB_FILLRECT select FB_CFB_FILLRECT
select FB_CFB_COPYAREA select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT select FB_CFB_IMAGEBLIT
select FB_SOFT_CURSOR
select I2C_ALGOBIT select I2C_ALGOBIT
select I2C select I2C
help help
......
...@@ -1891,9 +1891,6 @@ static struct fb_ops sisfb_ops = { ...@@ -1891,9 +1891,6 @@ static struct fb_ops sisfb_ops = {
.fb_fillrect = fbcon_sis_fillrect, .fb_fillrect = fbcon_sis_fillrect,
.fb_copyarea = fbcon_sis_copyarea, .fb_copyarea = fbcon_sis_copyarea,
.fb_imageblit = cfb_imageblit, .fb_imageblit = cfb_imageblit,
#ifdef CONFIG_FB_SOFT_CURSOR
.fb_cursor = soft_cursor,
#endif
.fb_sync = fbcon_sis_sync, .fb_sync = fbcon_sis_sync,
#ifdef SIS_NEW_CONFIG_COMPAT #ifdef SIS_NEW_CONFIG_COMPAT
.fb_compat_ioctl= sisfb_ioctl, .fb_compat_ioctl= sisfb_ioctl,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册