The patch titled mmc: bfin_sdh: drop redundant MMC depend string has been added to the -mm tree. Its filename is mmc-bfin_sdh-drop-redundant-mmc-depend-string.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mmc: bfin_sdh: drop redundant MMC depend string From: Mike Frysinger <vapier@xxxxxxxxxx> The host/Kconfig file is only included when MMC is selected. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Cc: <linux-mmc@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mmc/host/Kconfig~mmc-bfin_sdh-drop-redundant-mmc-depend-string drivers/mmc/host/Kconfig --- a/drivers/mmc/host/Kconfig~mmc-bfin_sdh-drop-redundant-mmc-depend-string +++ a/drivers/mmc/host/Kconfig @@ -396,7 +396,7 @@ config MMC_VIA_SDMMC config SDH_BFIN tristate "Blackfin Secure Digital Host support" - depends on MMC && ((BF54x && !BF544) || (BF51x && !BF512)) + depends on (BF54x && !BF544) || (BF51x && !BF512) help If you say yes here you will get support for the Blackfin on-chip Secure Digital Host interface. This includes support for MMC and _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are linux-next.patch mmc-bfin_sdh-fix-unused-sg-warning-on-bf51x-bf52x-systems.patch mmc-bfin_sdh-drop-redundant-mmc-depend-string.patch mmc-bfin_sdh-set-timeout-based-on-actual-card-data.patch fbdev-bf54x-lq043fb-bfin-t350mcqb-fb-drop-custom-mmap-handler.patch -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html