Re: test12-pre4

From: Tom Holroyd (tomh@po.crl.go.jp)
Date: Mon Dec 04 2000 - 00:49:04 EST


gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8 -mcpu=ev6 -Wa,-mev6 -DEXPORT_SYMTAB -c pci.c
pci.c: In function `pci_read_bases':
pci.c:576: `tmp' undeclared (first use in this function)
pci.c:576: (Each undeclared identifier is reported only once
pci.c:576: for each function it appears in.)

--- drivers/pci/#pci.c Mon Dec 4 14:30:40 2000
+++ drivers/pci/pci.c Mon Dec 4 14:44:29 2000
@@ -540,7 +540,7 @@
 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom)
 {
        unsigned int pos, reg, next;
- u32 l, sz;
+ u32 l, sz, tmp;
        struct resource *res;

        for(pos=0; pos<howmany; pos = next) {

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Dec 07 2000 - 21:00:10 EST