Re: [PATCH] Fix build break caused by "ide: remove ideprobe_init()"

2007-12-17 Thread Olof Johansson
On Mon, Dec 17, 2007 at 09:53:31PM +0100, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > applied but... > > > --- > > > > On Sun, Nov 18, 2007 at 11:25:09PM +0100, Bartlomiej Zolnierkiewicz wrote: > > > > > > * Rename ide_device_add() to ide_device_add_all() and make it accept > > > 'u8 idx[MA

Re: [PATCH] Fix build break caused by "ide: remove ideprobe_init()"

2007-12-17 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday 14 December 2007, Olof Johansson wrote: > Fix build break of powerpc holly_defconfig: Sorry for breaking the hol[l]y powerpc platform. ;) > In file included from arch/powerpc/platforms/embedded6xx/holly.c:24: > include/linux/ide.h:1206: error: 'CONFIG_IDE_MAX_HWIFS' undeclared her

[PATCH] Fix build break caused by "ide: remove ideprobe_init()"

2007-12-14 Thread Olof Johansson
Fix build break of powerpc holly_defconfig: In file included from arch/powerpc/platforms/embedded6xx/holly.c:24: include/linux/ide.h:1206: error: 'CONFIG_IDE_MAX_HWIFS' undeclared here (not in a function) There's no need to have a sized array in the prototype, might as well turn it into a pointe