From: Adrian Bunk <bunk@stusta.de>
To: adaplas@pol.net
Cc: linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [2.6 patch] drivers/video/console/: make 3 functions static
Date: Mon, 21 Aug 2006 00:59:15 +0200 [thread overview]
Message-ID: <20060820225914.GU7813@stusta.de> (raw)
This patch makes three needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/video/console/fbcon_ccw.c | 2 +-
drivers/video/console/fbcon_cw.c | 2 +-
drivers/video/console/fbcon_ud.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--- linux-2.6.18-rc4-mm2/drivers/video/console/fbcon_cw.c.old 2006-08-20 23:07:14.000000000 +0200
+++ linux-2.6.18-rc4-mm2/drivers/video/console/fbcon_cw.c 2006-08-20 23:07:31.000000000 +0200
@@ -375,7 +375,7 @@
ops->cursor_reset = 0;
}
-int cw_update_start(struct fb_info *info)
+static int cw_update_start(struct fb_info *info)
{
struct fbcon_ops *ops = info->fbcon_par;
u32 vxres = GETVXRES(ops->p->scrollmode, info);
--- linux-2.6.18-rc4-mm2/drivers/video/console/fbcon_ccw.c.old 2006-08-20 23:07:58.000000000 +0200
+++ linux-2.6.18-rc4-mm2/drivers/video/console/fbcon_ccw.c 2006-08-20 23:08:03.000000000 +0200
@@ -391,7 +391,7 @@
ops->cursor_reset = 0;
}
-int ccw_update_start(struct fb_info *info)
+static int ccw_update_start(struct fb_info *info)
{
struct fbcon_ops *ops = info->fbcon_par;
u32 yoffset;
--- linux-2.6.18-rc4-mm2/drivers/video/console/fbcon_ud.c.old 2006-08-20 23:08:31.000000000 +0200
+++ linux-2.6.18-rc4-mm2/drivers/video/console/fbcon_ud.c 2006-08-20 23:08:45.000000000 +0200
@@ -415,7 +415,7 @@
ops->cursor_reset = 0;
}
-int ud_update_start(struct fb_info *info)
+static int ud_update_start(struct fb_info *info)
{
struct fbcon_ops *ops = info->fbcon_par;
int xoffset, yoffset;
reply other threads:[~2006-08-20 22:59 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=20060820225914.GU7813@stusta.de \
--to=bunk@stusta.de \
--cc=adaplas@pol.net \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).