xfrm: Mark flowi arg to ->fill_dst() const.
[pandora-kernel.git] / net / ipv4 / xfrm4_policy.c
index ef12e68..1e9844d 100644 (file)
@@ -68,7 +68,7 @@ static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst,
 }
 
 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
-                         struct flowi *fl)
+                         const struct flowi *fl)
 {
        struct rtable *rt = (struct rtable *)xdst->route;