diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 3b6e2c9fbb2e..77de3bfd8744 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -1057,6 +1057,7 @@ struct ctl_table_header | |||
1057 | struct list_head ctl_entry; | 1057 | struct list_head ctl_entry; |
1058 | int used; | 1058 | int used; |
1059 | struct completion *unregistering; | 1059 | struct completion *unregistering; |
1060 | struct ctl_table *ctl_table_arg; | ||
1060 | }; | 1061 | }; |
1061 | 1062 | ||
1062 | /* struct ctl_path describes where in the hierarchy a table is added */ | 1063 | /* struct ctl_path describes where in the hierarchy a table is added */ |