summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/sysctl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 74f91eefeccf..b769ecfcc3bd 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -213,6 +213,11 @@ static inline struct ctl_table_header *register_sysctl_paths(
213 return NULL; 213 return NULL;
214} 214}
215 215
216static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table)
217{
218 return NULL;
219}
220
216static inline void unregister_sysctl_table(struct ctl_table_header * table) 221static inline void unregister_sysctl_table(struct ctl_table_header * table)
217{ 222{
218} 223}