|
@@ -372,7 +372,7 @@ subsys_initcall(sysenter_setup);
|
|
|
/* Register vsyscall32 into the ABI table */
|
|
|
#include <linux/sysctl.h>
|
|
|
|
|
|
-static ctl_table abi_table2[] = {
|
|
|
+static struct ctl_table abi_table2[] = {
|
|
|
{
|
|
|
.procname = "vsyscall32",
|
|
|
.data = &sysctl_vsyscall32,
|
|
@@ -383,7 +383,7 @@ static ctl_table abi_table2[] = {
|
|
|
{}
|
|
|
};
|
|
|
|
|
|
-static ctl_table abi_root_table2[] = {
|
|
|
+static struct ctl_table abi_root_table2[] = {
|
|
|
{
|
|
|
.procname = "abi",
|
|
|
.mode = 0555,
|