]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - net/x25
net: mark net_proto_ops as const
authorStephen Hemminger <shemminger@vyatta.com>
Mon, 5 Oct 2009 05:58:39 +0000 (05:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 08:10:46 +0000 (01:10 -0700)
commitec1b4cf74c81bfd0fbe5bf62bafc86c45917e72f
tree1b693e4e027f3e42224e6221ae018daeb562e5e1
parentf7734fdf61ec6bb848e0bafc1fb8bad2c124bb50
net: mark net_proto_ops as const

All usages of structure net_proto_ops should be declared const.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
35 files changed:
drivers/isdn/mISDN/socket.c
drivers/net/pppox.c
include/net/bluetooth/bluetooth.h
net/appletalk/ddp.c
net/atm/pvc.c
net/atm/svc.c
net/ax25/af_ax25.c
net/bluetooth/af_bluetooth.c
net/bluetooth/bnep/sock.c
net/bluetooth/cmtp/sock.c
net/bluetooth/hci_sock.c
net/bluetooth/hidp/sock.c
net/bluetooth/l2cap.c
net/bluetooth/rfcomm/sock.c
net/bluetooth/sco.c
net/can/af_can.c
net/decnet/af_decnet.c
net/econet/af_econet.c
net/ieee802154/af_ieee802154.c
net/ipv4/af_inet.c
net/ipv6/af_inet6.c
net/ipx/af_ipx.c
net/irda/af_irda.c
net/iucv/af_iucv.c
net/key/af_key.c
net/llc/af_llc.c
net/netlink/af_netlink.c
net/netrom/af_netrom.c
net/packet/af_packet.c
net/phonet/af_phonet.c
net/rds/af_rds.c
net/rose/af_rose.c
net/rxrpc/af_rxrpc.c
net/unix/af_unix.c
net/x25/af_x25.c