Re: compile failure in 2.4.5-pre4

Jeff Chua (jeffchua@silk.corp.fedex.com)
Mon, 21 May 2001 15:11:41 +0800 (SGT)


On Mon, 21 May 101, Allan Duncan wrote:

> This addition for 2.4.5-pre4 has caused a compile failure with a parsing error:
>
> drivers/ide/ide-pci.c:711
> if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530)
>
> In my case CONFIG_BLK_DEV_CS5530 is not defined.

if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530))
^
add this right-bracket ---|

Jeff

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