]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/fib_rules.h
Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerp...
[karo-tx-linux.git] / include / net / fib_rules.h
index ed3a8872c6cafa25f550ba6dcaa2b2d30328d339..017aebd9068317f387df8f62de160cc7bad36a08 100644 (file)
@@ -64,8 +64,8 @@ struct fib_rules_ops
        void                    (*flush_cache)(void);
 
        int                     nlgroup;
-       struct nla_policy       *policy;
-       struct list_head        *rules_list;
+       const struct nla_policy *policy;
+       struct list_head        rules_list;
        struct module           *owner;
 };