The patch titled BLACKFIN: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE" has been added to the -mm tree. Its filename is blackfin-typo-config_rtc_bfin_module.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: BLACKFIN: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE" From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Acked-by: Bryan Wu <bryan.wu@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/blackfin/mach-bf533/boards/H8606.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/blackfin/mach-bf533/boards/H8606.c~blackfin-typo-config_rtc_bfin_module arch/blackfin/mach-bf533/boards/H8606.c --- a/arch/blackfin/mach-bf533/boards/H8606.c~blackfin-typo-config_rtc_bfin_module +++ a/arch/blackfin/mach-bf533/boards/H8606.c @@ -49,7 +49,7 @@ */ const char bfin_board_name[] = "HV Sistemas H8606"; -#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_BFIN_MODULE) +#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE) static struct platform_device rtc_device = { .name = "rtc-bfin", .id = -1, _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch arm-remove-reference-to-non-existent-mtd_obsolete_chips.patch blackfin-typo-config_rtc_bfin_module.patch frv-move-dma-macros-to-scatterlisth-for-consistency.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