]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/kernel/tt/process_kern.c
uml: rename os_{read_write}_file_k back to os_{read_write}_file
[karo-tx-linux.git] / arch / um / kernel / tt / process_kern.c
index 1e86f0bfef72b3368eacf491db28166293051bcb..c631303cb800cf80a8593a22836b1ee47cf7f7f6 100644 (file)
@@ -14,7 +14,6 @@
 #include "asm/tlbflush.h"
 #include "irq_user.h"
 #include "kern_util.h"
-#include "user_util.h"
 #include "os.h"
 #include "kern.h"
 #include "sigcontext.h"
@@ -65,7 +64,8 @@ void switch_to_tt(void *prev, void *next)
        if(from->thread.mode.tt.switch_pipe[0] == -1)
                os_kill_process(os_getpid(), 0);
 
-       err = os_read_file(from->thread.mode.tt.switch_pipe[0], &c, sizeof(c));
+       err = os_read_file(from->thread.mode.tt.switch_pipe[0], &c,
+                            sizeof(c));
        if(err != sizeof(c))
                panic("read of switch_pipe failed, errno = %d", -err);