diff options
Diffstat (limited to 'arch/um/kernel/process.c')
| -rw-r--r-- | arch/um/kernel/process.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c index e8cb9ff183e..83603cfbde8 100644 --- a/arch/um/kernel/process.c +++ b/arch/um/kernel/process.c @@ -364,7 +364,7 @@ int __init make_proc_sysemu(void)  	if (!sysemu_supported)  		return 0; -	ent = create_proc_entry("sysemu", 0600, &proc_root); +	ent = create_proc_entry("sysemu", 0600, NULL);  	if (ent == NULL)  	{  |