]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/kernel/exec_kern.c
[PATCH] uml: move tty logging to os-Linux
[linux-2.6-omap-h63xx.git] / arch / um / kernel / exec_kern.c
index c264e1c05ab39314f8a78c90e081fe317f4e9a5a..1ca84319317d2cfe8f49423d848339ecd2e07127 100644 (file)
@@ -30,8 +30,6 @@ void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp)
        CHOOSE_MODE_PROC(start_thread_tt, start_thread_skas, regs, eip, esp);
 }
 
-extern void log_exec(char **argv, void *tty);
-
 static long execve1(char *file, char __user * __user *argv,
                    char __user *__user *env)
 {