commit | 32613090a96dba2ca2cc524c8d4749d3126fdde5 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Mon Sep 14 12:21:47 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 14 17:03:01 2009 -0700 |
tree | 5e0e5f9097aca737e8a7356eb1b72e53539cda0b | |
parent | e4c57d0f964cdbe278ed6b3bf632138fe575267e [diff] [blame] |
net: constify struct net_protocol Remove long removed "inet_protocol_base" declaration. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 97c410e..5bc13fe 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c
@@ -655,7 +655,7 @@ struct iphdr *iph; struct icmphdr *icmph; int hash, protocol; - struct net_protocol *ipprot; + const struct net_protocol *ipprot; u32 info = 0; struct net *net;