xfrm: Mark flowi arg to ->fill_dst() const.
[pandora-kernel.git] / net / xfrm / xfrm_policy.c
index f8ccb97..fa0b7f3 100644 (file)
@@ -1369,7 +1369,7 @@ static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst,
 }
 
 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
-                               struct flowi *fl)
+                               const struct flowi *fl)
 {
        struct xfrm_policy_afinfo *afinfo =
                xfrm_policy_get_afinfo(xdst->u.dst.ops->family);