--- linux-2.4.17-wt6/include/asm-i386/pci.h-orig Sun Jan 27 19:47:58 2002 +++ linux-2.4.17-wt6/include/asm-i386/pci.h Sun Jan 27 19:48:06 2002 @@ -118,7 +118,7 @@ #define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) #define DECLARE_PCI_UNMAP_LEN(LEN_NAME) #define pci_unmap_addr(PTR, ADDR_NAME) (0) -#define pci_unmap_addr_SET(PTR, ADDR_NAME, VAL) do { } while (0) +#define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) #define pci_unmap_len(PTR, LEN_NAME) (0) #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0)