X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fum%2Finclude%2Fuser_util.h;h=023575f67343c99186ebd8ad751c4c35b7eef17a;hp=802d7842514d25ad63b5be204a573363a6992b60;hb=6f8c480f998a619082f18407f8d7f4c29e94dc6e;hpb=a748422ee45725e04e1d3792fa19dfa90ddfd116 diff --git a/arch/um/include/user_util.h b/arch/um/include/user_util.h index 802d7842514d..023575f67343 100644 --- a/arch/um/include/user_util.h +++ b/arch/um/include/user_util.h @@ -38,8 +38,6 @@ extern unsigned long long highmem; extern char host_info[]; -extern char saved_command_line[]; - extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end; extern unsigned long _unprotected_end; extern unsigned long brk_start; @@ -52,7 +50,6 @@ extern int linux_main(int argc, char **argv); extern void set_cmdline(char *cmd); extern void input_cb(void (*proc)(void *), void *arg, int arg_len); extern int get_pty(void); -extern void *um_kmalloc(int size); extern int switcheroo(int fd, int prot, void *from, void *to, int size); extern void do_exec(int old_pid, int new_pid); extern void tracer_panic(char *msg, ...)