xfrm: Const'ify address arguments to xfrm_addr_cmp()
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 Feb 2011 05:19:13 +0000 (00:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Feb 2011 07:07:39 +0000 (23:07 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h

index 18f115a6fb19a8b6b968f71fbae3eeced5c651bc..1c82b944803a043ebe4173176fc8d9f50ed20b2d 100644 (file)
@@ -1520,7 +1520,8 @@ struct scatterlist;
 typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *,
                              unsigned int);
 
-static inline int xfrm_addr_cmp(xfrm_address_t *a, xfrm_address_t *b,
+static inline int xfrm_addr_cmp(const xfrm_address_t *a,
+                               const xfrm_address_t *b,
                                int family)
 {
        switch (family) {