diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-01-11 12:17:27 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 18:42:09 -0800 |
commit | edc0e6595616db3f34229077f30eb0616d1e0b84 (patch) | |
tree | f4c7247ded9641273d47302d959737f2143e1d1b | |
parent | 114d1ff4f551c8cc940de71b03c5b7365b4124f5 (diff) |
[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 <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | arch/um/kernel/um_arch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 73747ac19774..e2d3ca445ef5 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 |