The patch titled drivers/edac: fix pasemi kconfig depends has been added to the -mm tree. Its filename is drivers-edac-fix-pasemi-kconfig-depends.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drivers/edac: fix pasemi kconfig depends From: Doug Thompson <dougthompson@xxxxxxxxxxxx> Fixed 'depends on PPC_PASEMI' in EDAC Kconfig. Module PASEMI depends ONLY on the PASEMI on PPC. Was previously enabled for ALL PPC Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Egor N. Martovetsky <egor@xxxxxxxxxx> Signed-off-by: Doug Thompson <dougthompson@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/edac/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/edac/Kconfig~drivers-edac-fix-pasemi-kconfig-depends drivers/edac/Kconfig --- a/drivers/edac/Kconfig~drivers-edac-fix-pasemi-kconfig-depends +++ a/drivers/edac/Kconfig @@ -126,7 +126,7 @@ config EDAC_I5000 config EDAC_PASEMI tristate "PA Semi PWRficient" depends on EDAC_MM_EDAC && PCI - depends on PPC + depends on PPC_PASEMI help Support for error detection and correction on PA Semi PWRficient. _ Patches currently in -mm which might be from dougthompson@xxxxxxxxxxxx are edac-is-bust-on-mips.patch drivers-edac-fix-reset-edac_mc-pollmsec.patch drivers-edac-fix-edac_pci-sysfs.patch include-asm-mips-add-missing-edac-h-file.patch drivers-edac-fix-pasemi-kconfig-depends.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