Bartlomiej Zolnierkiewicz wrote: > On Monday 09 February 2009, Randy Dunlap wrote: >> Stephen Rothwell wrote: >>> Hi all, >>> >>> [I accidentally deleted the merge and quilt-import logs today :-( - I >>> wonder if any would have noticed :-). The merge summary still appears >>> below.] >>> >>> Changes since 20090206: >>> >>> New tree: >>> aoe >>> >>> Undropped trees: >>> ide >> >> When CONFIG_BLK_DEV_IDEDMA=n: >> >> drivers/ide/ide-taskfile.c:104: error: implicit declaration of function 'ide_build_sglist' > > Thanks. Should be fixed with new revision of the guilty patch > (fix part is in <linux/ide.h> chunk): Ack. That works. Thanks. > From: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> > Subject: [PATCH] ide: call ide_build_sglist() prior to ->dma_setup (v2) > > * Re-map sg table if needed in ide_build_sglist(). > > * Move ide_build_sglist() call from ->dma_setup to its users. > > * Un-export ide_build_sglist(). > > v2: > * Build fix for CONFIG_BLK_DEV_IDEDMA=n (noticed by Randy Dunlap). > > There should be no functional changes caused by this patch. > > Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> > Index: b/include/linux/ide.h > =================================================================== > --- a/include/linux/ide.h > +++ b/include/linux/ide.h > @@ -1474,6 +1474,8 @@ static inline int ide_set_dma(ide_drive_ > static inline void ide_check_dma_crc(ide_drive_t *drive) { ; } > static inline ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) { return ide_stopped; } > static inline void ide_release_dma_engine(ide_hwif_t *hwif) { ; } > +static inline int ide_build_sglist(ide_drive_t *drive, > + struct request *rq) { return 0; } > #endif /* CONFIG_BLK_DEV_IDEDMA */ > > #ifdef CONFIG_BLK_DEV_IDEACPI > > > > -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html