From: "Antonino A. Daplas" <adaplas@gmail.com>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: dead CONFIG_ variables: drivers/video/
Date: Thu, 03 May 2007 20:04:04 +0800 [thread overview]
Message-ID: <1178193844.4606.64.camel@daplas> (raw)
In-Reply-To: <Pine.LNX.4.64.0705030638270.380@localhost.localdomain>
On Thu, 2007-05-03 at 06:40 -0400, Robert P. J. Day wrote:
> $ ../dead_config.sh drivers/video
> ========== FB_68328_INVERT ==========
> drivers/video/68328fb.c:53:#if defined(CONFIG_FB_68328_INVERT)
Can be made part of Kconfig, I think
> ========== FB_AU1200_DEVS ==========
> drivers/video/au1200fb.c:52:#ifndef CONFIG_FB_AU1200_DEVS
> drivers/video/au1200fb.c:53:#define CONFIG_FB_AU1200_DEVS 4
> drivers/video/au1200fb.c:160:static struct au1200fb_device _au1200fb_devices[CONFIG_FB_AU1200_DEVS];
> drivers/video/au1200fb.c:714: for (i = 0; i < CONFIG_FB_AU1200_DEVS; ++i) {
> drivers/video/au1200fb.c:1635: for (plane = 0; plane < CONFIG_FB_AU1200_DEVS; ++plane) {
> drivers/video/au1200fb.c:1730: for (plane = 0; plane < CONFIG_FB_AU1200_DEVS; ++plane)
> drivers/video/au1200fb.c:1850: for (plane = 0; plane < CONFIG_FB_AU1200_DEVS; ++plane) {
Not sure about this one.
> ========== FB_MATROX_32MB ==========
> drivers/video/matrox/matroxfb_base.c:307:#ifdef CONFIG_FB_MATROX_32MB
> drivers/video/matrox/matroxfb_base.c:327:#ifdef CONFIG_FB_MATROX_32MB
> drivers/video/matrox/matroxfb_base.c:339:#ifdef CONFIG_FB_MATROX_32MB
> drivers/video/matrox/matroxfb_base.c:1342:#ifdef CONFIG_FB_MATROX_32MB
> drivers/video/matrox/matroxfb_base.c:1619:#ifdef CONFIG_FB_MATROX_32MB
> drivers/video/matrox/matroxfb_DAC1064.c:1053:#ifdef CONFIG_FB_MATROX_32MB
> drivers/video/matrox/matroxfb_base.h:58:#define CONFIG_FB_MATROX_32MB
> drivers/video/matrox/matroxfb_base.h:466:#ifdef CONFIG_FB_MATROX_32MB
This needs to be part of Kconfig.
> ========== FB_NVIDIA_DEBUG ==========
> drivers/video/nvidia/nvidia.c:40:#undef CONFIG_FB_NVIDIA_DEBUG
> drivers/video/nvidia/nvidia.c:41:#ifdef CONFIG_FB_NVIDIA_DEBUG
> drivers/video/nvidia/nvidia.c:50:#ifdef CONFIG_FB_NVIDIA_DEBUG
False positive, may be renamed.
> ========== FB_SOFT_CURSOR ==========
> drivers/video/sis/sis_main.c:1906:#ifdef CONFIG_FB_SOFT_CURSOR
This is dead, FB_SOFT_CURSOR is truly gone.
Thanks.
Tony
next prev parent reply other threads:[~2007-05-03 12:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-03 10:40 dead CONFIG_ variables: drivers/video/ Robert P. J. Day
2007-05-03 11:16 ` Russell King
2007-05-03 14:16 ` Sascha Hauer
2007-05-03 12:04 ` Antonino A. Daplas [this message]
2007-05-03 12:35 ` Robert P. J. Day
2007-05-03 13:19 ` Antonino A. Daplas
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=1178193844.4606.64.camel@daplas \
--to=adaplas@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rpjday@mindspring.com \
/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.