The patch titled Fix dependencies for FSL_DMA has been removed from the -mm tree. Its filename was add-dma-engine-driver-for-freescale-mpc85xx-processors-fix-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: Fix dependencies for FSL_DMA From: Olof Johansson <olof@xxxxxxxxx> powerpc allyesconfig build: drivers/dma/fsldma.c:504: error: implicit declaration of function 'bus_to_virt' Signed-off-by: Olof Johansson <olof@xxxxxxxxx> Cc: Zhang Wei <wei.zhang@xxxxxxxxxxxxx> Cc: Ebony Zhu <ebony.zhu@xxxxxxxxxxxxx> Cc: "Williams, Dan J" <dan.j.williams@xxxxxxxxx> Cc: Shannon Nelson <shannon.nelson@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/dma/Kconfig~add-dma-engine-driver-for-freescale-mpc85xx-processors-fix-fix drivers/dma/Kconfig --- a/drivers/dma/Kconfig~add-dma-engine-driver-for-freescale-mpc85xx-processors-fix-fix +++ a/drivers/dma/Kconfig @@ -36,7 +36,7 @@ config INTEL_IOP_ADMA config FSL_DMA bool "Freescale MPC85xx/MPC83xx DMA support" - depends on PPC + depends on PPC && VIRT_TO_BUS select DMA_ENGINE ---help--- Enable support for the Freescale DMA engine. Now, it support _ Patches currently in -mm which might be from olof@xxxxxxxxx are origin.patch pcmcia-convert-some-internal-only-ioaddr_t-to-unsigned-int.patch pcmcia-replace-kio_addr_t-with-unsigned-int-everywhere.patch bugh-remove-have_arch_bug--have_arch_warn.patch powerpc-switch-to-generic-warn_on-bug_on.patch add-dma-engine-driver-for-freescale-mpc85xx-processors-fix-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html