[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20071013130219.1f020d49@the-village.bc.nu>
Date: Sat, 13 Oct 2007 13:02:19 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Jeff Garzik <jeff@...zik.org>
Cc: Mike Galbraith <efault@....de>,
Linux-Kernel Mailinglist <linux-kernel@...r.kernel.org>,
IDE/ATA development list <linux-ide@...r.kernel.org>
Subject: Re: [linux-2.6.git] IDE/ATA fighting over driver name?
On Sat, 13 Oct 2007 06:51:06 -0400
Jeff Garzik <jeff@...zik.org> wrote:
> Mike Galbraith wrote:
> > Greetings,
> >
> > Perhaps my .config is dainbramaged. When make oldconfig asked me if I
> > wanted CONFIG_PATA_PLATFORM, I said "Damned if I know, go for it".
> >
> > drivers/ide/legacy/ide_platform.c: .name = "pata_platform",
> > drivers/ata/pata_platform.c:#define DRV_NAME "pata_platform"
>
> That's a clear bug.. IDE's should be called ide_platform.
No its intentional and was discussed. Both of them provide an identical
platform driver interface, so they both use the same name. This means an
embedded platform developer doesn't have to choose which driver each of
their downstream users gets.
Probably just needs a bit of ifdef twiddling, if its even a bug (which is
not clear).
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists