The patch titled BLACKFIN: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE" has been removed from the -mm tree. Its filename was blackfin-typo-config_rtc_bfin_module.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 git-arm.patch git-hwmon.patch git-mips.patch pcmcia-net-use-roundup_pow_of_two-macro-instead-of-grotesque-loop.patch git-nfsd.patch git-xfs.patch frv-move-dma-macros-to-scatterlisth-for-consistency.patch m68knommu-remove-vestiges-of-non-existent-disktel.patch uml-delete-some-unused-headers.patch rd-use-is_power_of_2-in-drivers-block-rdc.patch log2h-define-order_base_2-macro-for-convenience.patch a-few-corrections-to-include-linux-kbuild.patch ncpfs-update-diagnostic-strings-to-match-routine-names.patch hfs-update-comment-to-reflect-actual-init-and-exit-routines.patch rtc-s3c-use-is_power_of_2-macro-for-simplicity.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