Re: [PATCH] 2.6.12-rc1, ./drivers/base/platform.c

2005-03-22 Thread All Linux
On Tue, 22 Mar 2005 13:32:09 -0500, Brian Waite <[EMAIL PROTECTED]> wrote: > On Tuesday 22 March 2005 00:32, All Linux wrote: > > It causes problem, as most platform files, for example, > > arch/ppc/platforms/katana.c, still use the old name without ".". I do > Mark Greer recently produced a patch

Re: [PATCH] 2.6.12-rc1, ./drivers/base/platform.c

2005-03-22 Thread Brian Waite
On Tuesday 22 March 2005 00:32, All Linux wrote: > It causes problem, as most platform files, for example, > arch/ppc/platforms/katana.c, still use the old name without ".". I do Mark Greer recently produced a patch for the katana board among other PPC platforms to fix this breakage. I'll look fo

Re: [PATCH] 2.6.12-rc1, ./drivers/base/platform.c

2005-03-21 Thread Dmitry Torokhov
On Tuesday 22 March 2005 00:32, All Linux wrote: > The latest prepatch, 2.6.12-rc1, introduced the following change. > > --- a/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 > +++ b/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 > @@ -131,7 +131,7 @@ > pdev->dev.bus = &platfor

[PATCH] 2.6.12-rc1, ./drivers/base/platform.c

2005-03-21 Thread All Linux
The latest prepatch, 2.6.12-rc1, introduced the following change. --- a/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 +++ b/drivers/base/platform.c 2005-03-17 17:35:04 -08:00 @@ -131,7 +131,7 @@ pdev->dev.bus = &platform_bus_type; if (pdev->id != -1) -s