Juha-Matti Tapio 0ac72b351b [PATCH] ide: fix the BLK_DEV_IDEDMA_PCI dependency for drivers/ide/ppc/pmac.c
drivers/ide/ppc/pmac.c uses symbols ide_build_sglist,
__ide_dma_off_quietly, __ide_dma_on and __ide_dma_timeout when
CONFIG_BLK_DEV_IDEDMA_PMAC is defined. The declarations for these
symbols (in ide.h) depend on CONFIG_BLK_DEV_IDEDMA_PCI. There is a
missing dependency for this in drivers/ide/Kconfig which causes
drivers/ide/ppc/pmac.c to fail to build if CONFIG_BLK_DEV_IDEDMA_PMAC
is selected but CONFIG_BLK_DEV_IDEDMA_PCI is not.

Signed-off-by: Juha-Matti Tapio <jmtapio@verkkotelakka.net>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
2005-08-18 22:13:44 +02:00
..
2005-08-15 15:49:00 -04:00
2005-08-13 14:22:59 -07:00
2005-07-30 09:47:53 -05:00
2005-08-10 11:03:02 -07:00
2005-07-27 16:25:57 -07:00
2005-08-04 13:00:55 -07:00
2005-07-12 16:01:02 -07:00
2005-08-10 11:08:56 -07:00
2005-08-11 19:24:33 -07:00
2005-04-16 15:20:36 -07:00
2005-08-16 21:06:24 -07:00
2005-08-16 15:33:26 -07:00
2005-06-21 18:46:32 -07:00
2005-04-16 15:20:36 -07:00
2005-08-12 12:55:02 -07:00
2005-07-11 14:14:31 -07:00