uml: tidy recently-moved code
authorJeff Dike <jdike@addtoit.com>
Tue, 16 Oct 2007 08:26:40 +0000 (01:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:04 +0000 (09:43 -0700)
commit8e2d10e1e76d894ec73d66dd63b641ccf5f5fb67
tree5ae54e7ecfd3b8fca96aa59890b0c0007c4fd242
parent89fe64766ab76b02c65a806b8b5a864652493bd6
uml: tidy recently-moved code

Now that the generic console operations are in a userspace file, we
can do the following:
directly call into libc instead of through the os_* wrappers
eliminate os_window_size since it has only one user

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/chan_user.c
arch/um/include/os.h
arch/um/os-Linux/file.c