commit | 6b7e967484f4197d799e14b844b78118e93192c6 | [log] [tgz] |
---|---|---|
author | Karol Swietlicki <magotari@gmail.com> | Mon Feb 04 22:30:50 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 05 09:44:26 2008 -0800 |
tree | 61896d643c3a4b302d709a02aa0b7c140c2d8805 | |
parent | 291248fd6e371bcbfb8a77689c5d741a1527488f [diff] |
uml: convert functions to void This patch changes a few functions into returning void. The return values were not used anyway, so I think it should not be a problem. Also removed a little leftover bit from TT mode. Signed-off-by: Karol Swietlicki <magotari@gmail.com> Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>