Re: linux-next: ide tree build failure
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Date: 2008-06-30 21:06:25
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Date: 2008-06-30 21:06:25
Hi, On Monday 30 June 2008, Stephen Rothwell wrote:
Hi Bart, Today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/ide/ppc/pmac.c: In function 'pmac_ide_setup_device': drivers/ide/ppc/pmac.c:1115: error: implicit declaration of function 'ide_alloc_host' drivers/ide/ppc/pmac.c:1115: warning: assignment makes pointer from integer without a cast
Thanks, I fixed the guilty patch.
Caused by commit 9cfe46a0547b6a1481e773785bceb6a319963b49 ("ide: add
struct ide_host (take 2)") from the ide tree which I have reverted.
Then the x86_64 allmodconfig build fails with:
ERROR: "ide_init_port_hw" [drivers/ide/legacy/ide-cs.ko] undefined!ditto :) Bart