]> git.ipfire.org Git - people/arne_f/kernel.git/blobdiff - include/linux/sysctl.h
sysctl: add register_sysctl() dummy helper
[people/arne_f/kernel.git] / include / linux / sysctl.h
index 74f91eefeccfed728e38f0c4c9859fdf001224fa..b769ecfcc3bd41aad6fd339ba824c6bb622ac24d 100644 (file)
@@ -213,6 +213,11 @@ static inline struct ctl_table_header *register_sysctl_paths(
        return NULL;
 }
 
+static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table)
+{
+       return NULL;
+}
+
 static inline void unregister_sysctl_table(struct ctl_table_header * table)
 {
 }