[NET]: make seq_operations const
authorStephen Hemminger <shemminger@linux-foundation.org>
Mon, 12 Mar 2007 21:34:29 +0000 (14:34 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:25:03 +0000 (22:25 -0700)
commitf690808e17925fc45217eb22e8670902ecee5c1b
treeba677dd86988f4c77a728cc7408c21967e59400c
parent6b2bedc3a659ba228a93afc8e3f008e152abf18a
[NET]: make seq_operations const

The seq_file operations stuff can be marked constant to
get it out of dirty cache.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
net/core/dev.c
net/core/dev_mcast.c
net/core/neighbour.c
net/core/sock.c
net/core/wireless.c
net/ipv4/arp.c
net/ipv4/fib_hash.c
net/ipv4/fib_trie.c
net/ipv4/igmp.c
net/ipv4/ipmr.c
net/ipv4/raw.c
net/ipv4/route.c