Skip to content

Commit

Permalink
[PATCH] uml: revert compile-time option checking
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jan 12, 2006
1 parent 114d1ff commit edc0e65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/um/kernel/um_arch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edc0e65

Please sign in to comment.