The patch titled uml: kconfig - silence warning has been removed from the -mm tree. Its filename was uml-kconfig-silence-warning.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: kconfig - silence warning From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Silence useless warning about undefined symbol in Kconfig. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/Kconfig.char | 5 +++++ 1 file changed, 5 insertions(+) diff -puN arch/um/Kconfig.char~uml-kconfig-silence-warning arch/um/Kconfig.char --- a/arch/um/Kconfig.char~uml-kconfig-silence-warning +++ a/arch/um/Kconfig.char @@ -190,6 +190,11 @@ config HOSTAUDIO tristate default UML_SOUND +#It is selected elsewhere, so kconfig would warn without this. +config HW_RANDOM + tristate + default n + config UML_RANDOM tristate "Hardware random number generator" help _ Patches currently in -mm which might be from blaisorblade@xxxxxxxx are origin.patch uml-fix-prototypes.patch uml-make-execvp-safe-for-our-usage.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