From: "Stephen M. Kenton" <skenton@ou.edu>
To: lethal@chaoticdreams.org,
linux-fbdev-devel@lists.sourceforge.net, jsimmons@infradead.org,
geert@linux-m68k.org
Subject: imsttfb warnings in 2.6.0-test4
Date: Fri, 05 Sep 2003 23:15:00 -0500 [thread overview]
Message-ID: <3F595F44.2A52A246@ou.edu> (raw)
Any reason that imsttfb_load_cursor_image and imstt_set_cursor
can not be under the same #if 0 as imsttfb_cursor which used to call them?
It gets rid of a couple of defined but not used warnings in 2.6.0-test4
For that matter, is the #if 0 being kept for a particular reason?
Untested patch below
smk
--- drivers/video/imsttfb.c.ori 2003-09-05 22:34:18.000000000 -0500
+++ drivers/video/imsttfb.c 2003-09-05 22:35:36.000000000 -0500
@@ -1084,6 +1084,7 @@
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 @@
}
}
-#if 0
static int
imsttfb_cursor(struct fb_info *info, struct fb_cursor *cursor)
{
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
reply other threads:[~2003-09-06 4:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3F595F44.2A52A246@ou.edu \
--to=skenton@ou.edu \
--cc=geert@linux-m68k.org \
--cc=jsimmons@infradead.org \
--cc=lethal@chaoticdreams.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.