From: Jeff Dike Date: Wed, 11 Jan 2006 20:17:27 +0000 (-0800) Subject: [PATCH] uml: revert compile-time option checking X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=edc0e6595616db3f34229077f30eb0616d1e0b84;p=mv-sheeva.git [PATCH] uml: revert compile-time option checking Undo the previous no-modes patch since Adrian Bunk sent in a kbuild way of doing the same thing. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 73747ac1977..e2d3ca445ef 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c @@ -243,10 +243,6 @@ static int __init mode_tt_setup(char *line, int *add) return(0); } -#else - -#error Either CONFIG_MODE_TT or CONFIG_MODE_SKAS must be enabled - #endif #endif #endif