From: Adrian Bunk <bunk@stusta.de>
To: adaplas@pol.net, James Simmons <jsimmons@infradead.org>
Cc: linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [2.6 patch] drivers/video/fbsysfs.c: make a struct static
Date: Mon, 18 Apr 2005 01:25:28 +0200 [thread overview]
Message-ID: <20050417232528.GV3625@stusta.de> (raw)
This patch makes a needlessly global struct static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-rc2-mm3-full/drivers/video/fbsysfs.c.old 2005-04-18 00:40:01.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/video/fbsysfs.c 2005-04-18 00:40:09.000000000 +0200
@@ -354,7 +354,7 @@
fb_info->var.xoffset);
}
-struct class_device_attribute class_device_attrs[] = {
+static struct class_device_attribute class_device_attrs[] = {
__ATTR(bits_per_pixel, S_IRUGO|S_IWUSR, show_bpp, store_bpp),
__ATTR(blank, S_IRUGO|S_IWUSR, show_blank, store_blank),
__ATTR(color_map, S_IRUGO|S_IWUSR, show_cmap, store_cmap),
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
WARNING: multiple messages have this Message-ID (diff)
From: Adrian Bunk <bunk@stusta.de>
To: adaplas@pol.net, James Simmons <jsimmons@infradead.org>
Cc: linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [2.6 patch] drivers/video/fbsysfs.c: make a struct static
Date: Mon, 18 Apr 2005 01:25:28 +0200 [thread overview]
Message-ID: <20050417232528.GV3625@stusta.de> (raw)
This patch makes a needlessly global struct static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-rc2-mm3-full/drivers/video/fbsysfs.c.old 2005-04-18 00:40:01.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/video/fbsysfs.c 2005-04-18 00:40:09.000000000 +0200
@@ -354,7 +354,7 @@
fb_info->var.xoffset);
}
-struct class_device_attribute class_device_attrs[] = {
+static struct class_device_attribute class_device_attrs[] = {
__ATTR(bits_per_pixel, S_IRUGO|S_IWUSR, show_bpp, store_bpp),
__ATTR(blank, S_IRUGO|S_IWUSR, show_blank, store_blank),
__ATTR(color_map, S_IRUGO|S_IWUSR, show_cmap, store_cmap),
next reply other threads:[~2005-04-17 23:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-17 23:25 Adrian Bunk [this message]
2005-04-17 23:25 ` [2.6 patch] drivers/video/fbsysfs.c: make a struct static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-05-01 15:43 Adrian Bunk
2005-05-01 15:43 ` Adrian Bunk
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=20050417232528.GV3625@stusta.de \
--to=bunk@stusta.de \
--cc=adaplas@pol.net \
--cc=jsimmons@infradead.org \
--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 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.