summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller2011-02-24 06:12:25 +0100
committerDavid S. Miller2011-02-24 08:07:38 +0100
commit200ce96e5601391a6d97c87067edf21fa94fb74e (patch)
treecda33247af56a5e4132668473629870a8236d707 /include/net
parentxfrm: Const'ify tmpl and address arguments to ->init_temprop() (diff)
downloadkernel-qcow2-linux-200ce96e5601391a6d97c87067edf21fa94fb74e.tar.gz
kernel-qcow2-linux-200ce96e5601391a6d97c87067edf21fa94fb74e.tar.xz
kernel-qcow2-linux-200ce96e5601391a6d97c87067edf21fa94fb74e.zip
xfrm: Const'ify selector argument to xfrm_selector_match()
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 46f44703b611..567f08b559a1 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -845,7 +845,7 @@ __be16 xfrm_flowi_dport(const struct flowi *fl)
return port;
}
-extern int xfrm_selector_match(struct xfrm_selector *sel,
+extern int xfrm_selector_match(const struct xfrm_selector *sel,
const struct flowi *fl,
unsigned short family);