From: "Antonino A. Daplas" <adaplas@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net>
Subject: [PATCH 1/4] fbdev: Remove remaining references to soft_cursor from drivers
Date: Wed, 26 Oct 2005 19:51:31 +0800 [thread overview]
Message-ID: <435F6DC3.6000802@gmail.com> (raw)
au1100fb and au1200fb still refers to soft_cursor. Remove.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
> drivers/video/Kconfig:1249:warning: 'select' used by config symbol 'FB_AU1200' refer to undefined symbol 'FB_SOFT_CURSOR'
>
> This might be due to a clash-of-intent between some of Tony's stuff and the
> MIPS tree. A fix against next -mm would suit, thanks.
>
>
Here's the fix
Kconfig | 1 -
au1100fb.c | 1 -
au1200fb.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index fcb559b..55ae403 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1246,7 +1246,6 @@ config FB_AU1200
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
- select FB_SOFT_CURSOR
help
This is the framebuffer driver for the AMD Au1200 SOC. It can drive
various panels and CRTs by passing in kernel cmd line option
diff --git a/drivers/video/au1100fb.c b/drivers/video/au1100fb.c
index bf3ac99..a512980 100644
--- a/drivers/video/au1100fb.c
+++ b/drivers/video/au1100fb.c
@@ -424,7 +424,6 @@ static struct fb_ops au1100fb_ops =
.fb_fillrect = cfb_fillrect,
.fb_copyarea = cfb_copyarea,
.fb_imageblit = cfb_imageblit,
- .fb_cursor = soft_cursor,
.fb_rotate = au1100fb_fb_rotate,
.fb_mmap = au1100fb_fb_mmap,
};
diff --git a/drivers/video/au1200fb.c b/drivers/video/au1200fb.c
index adde4f6..f7243b1 100644
--- a/drivers/video/au1200fb.c
+++ b/drivers/video/au1200fb.c
@@ -1555,7 +1555,6 @@ static struct fb_ops au1200fb_fb_ops =
.fb_fillrect = cfb_fillrect,
.fb_copyarea = cfb_copyarea,
.fb_imageblit = cfb_imageblit,
- .fb_cursor = soft_cursor,
.fb_sync = NULL,
.fb_ioctl = au1200fb_ioctl,
.fb_mmap = au1200fb_fb_mmap,
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
next reply other threads:[~2005-10-26 12:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-26 11:51 Antonino A. Daplas [this message]
2005-10-26 19:59 ` [PATCH 1/4] fbdev: Remove remaining references to soft_cursor from drivers Andrew Morton
2005-10-26 20:30 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=435F6DC3.6000802@gmail.com \
--to=adaplas@gmail.com \
--cc=akpm@osdl.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.