mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[PATCH] sysctl: s390: remove unnecessary use of insert_at_head
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
feceb63ec5
commit
481f7337a1
3 changed files with 4 additions and 4 deletions
|
@ -1053,7 +1053,7 @@ __init debug_init(void)
|
|||
{
|
||||
int rc = 0;
|
||||
|
||||
s390dbf_sysctl_header = register_sysctl_table(s390dbf_dir_table, 1);
|
||||
s390dbf_sysctl_header = register_sysctl_table(s390dbf_dir_table, 0);
|
||||
down(&debug_lock);
|
||||
debug_debugfs_root_entry = debugfs_create_dir(DEBUG_DIR_ROOT,NULL);
|
||||
printk(KERN_INFO "debug: Initialization complete\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue