[PATCH] sysctl: ax25: remove unnecessary insert_at_head flag

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Eric W. Biederman 2007-02-14 00:33:30 -08:00 committed by Linus Torvalds
parent f7d749fa0a
commit 28522366f0
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ void ax25_register_sysctl(void)
ax25_dir_table[0].child = ax25_table;
ax25_table_header = register_sysctl_table(ax25_root_table, 1);
ax25_table_header = register_sysctl_table(ax25_root_table, 0);
}
void ax25_unregister_sysctl(void)