Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28522366 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds
Browse files

[PATCH] sysctl: ax25: remove unnecessary insert_at_head flag

parent f7d749fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)