Re: libata PATA drivers patch for 2.6.16-rc4

From: Alan Cox
Date: Mon Feb 20 2006 - 12:35:04 EST


On Llu, 2006-02-20 at 17:44 +0200, Meelis Roos wrote:
> AC> Various fixes and cleanups, some new functionality notably Promise
> AC> 20246/2026x support which although basic should get it going with disk.
>
> So I enabled more config options as before and got a compile error:
>
> --- drivers/scsi/pata_pcmcia.c.orig 2006-02-20 17:41:01.000000000 +0200
> +++ drivers/scsi/pata_pcmcia.c 2006-02-20 17:41:10.000000000 +0200
> @@ -377,7 +377,7 @@
>
> static struct pcmcia_driver pcmcia_driver = {
> .owner = THIS_MODULE,
> - .drv {
> + .drv = {

Changed - strangely gcc 3.4.4 doesn't seem to mind the old code. Also
added the PCMCIA dep check you pointed out.

Thanks
Alan

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