[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:
parent
f7d749fa0a
commit
28522366f0
|
@ -245,7 +245,7 @@ void ax25_register_sysctl(void)
|
||||||
|
|
||||||
ax25_dir_table[0].child = ax25_table;
|
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)
|
void ax25_unregister_sysctl(void)
|
||||||
|
|
Loading…
Reference in New Issue