]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - include/net/ip_fib.h
net: cleanup unsigned to unsigned int
[thirdparty/kernel/stable.git] / include / net / ip_fib.h
index 10422ef14e28dcf914264da0c4365401ae018574..78df0866cc3878c4c49dfabc30c53d16d5299800 100644 (file)
@@ -49,7 +49,7 @@ struct fib_nh {
        struct net_device       *nh_dev;
        struct hlist_node       nh_hash;
        struct fib_info         *nh_parent;
-       unsigned                nh_flags;
+       unsigned int            nh_flags;
        unsigned char           nh_scope;
 #ifdef CONFIG_IP_ROUTE_MULTIPATH
        int                     nh_weight;
@@ -74,7 +74,7 @@ struct fib_info {
        struct net              *fib_net;
        int                     fib_treeref;
        atomic_t                fib_clntref;
-       unsigned                fib_flags;
+       unsigned int            fib_flags;
        unsigned char           fib_dead;
        unsigned char           fib_protocol;
        unsigned char           fib_scope;