public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* disable_ide_dma gcc-3.0 warn
@ 2001-04-23  9:07 J . A . Magallon
  2001-04-23  9:38 ` Ingo Oeser
  2001-04-23  9:55 ` Alan Cox
  0 siblings, 2 replies; 3+ messages in thread
From: J . A . Magallon @ 2001-04-23  9:07 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Alan Cox

Hi, everyone.

One other gcc-3.0 warning (apart from the classic multiline strings)
I do not know if it can be important.

gcc -D__KERNEL__ -I/usr/src/linux-2.4.3-ac12/include -Wall -Wstrict-prototypes -
O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686    -c -o dmi_scan.o dmi_scan.c
dmi_scan.c:158: warning: `disable_ide_dma' defined but not used

In dmi_scan.c there is the func:
static __init int disable_ide_dma(struct dmi_blacklist *d)

But now it is unused (intentionally ?):

static __initdata struct dmi_blacklist dmi_blacklist[]={
#if 0    <==================
    { disable_ide_dma, "KT7", { /* Overbroad right now - kill DMA on problem KT7
boards */
            MATCH(DMI_PRODUCT_NAME, "KT7-RAID"),
            NO_MATCH, NO_MATCH, NO_MATCH
            } },
#endif  
    { broken_apm_power, "Dell Inspiron 5000e", {    /* Handle problems with APM
on Inspiron 5000e */
            MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
            MATCH(DMI_BIOS_VERSION, "A04"),
            MATCH(DMI_BIOS_DATE, "08/24/2000"), NO_MATCH
            } },
    { NULL, }
};

-- 
J.A. Magallon                                          #  Let the source
mailto:jamagallon@able.es                              #  be with you, Luke... 

Linux werewolf 2.4.3-ac12 #1 SMP Sun Apr 22 10:27:22 CEST 2001 i686


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-04-23  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-23  9:07 disable_ide_dma gcc-3.0 warn J . A . Magallon
2001-04-23  9:38 ` Ingo Oeser
2001-04-23  9:55 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox