diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:27:41 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:27:41 -0500 |
| commit | d347da0deffa1d8f88f0d270eab040e4707c9916 (patch) | |
| tree | e0911f2ef4d36a7b44f7a5379feabebbd37dcfc4 /net/sctp/protocol.c | |
| parent | c6c88bbde4d8b2ffe9886b7130b2e23781d424e5 (diff) | |
| parent | 74cb8798222bb7d1aecb0acb91e6eeedf5feb948 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/sctp/protocol.c')
| -rw-r--r-- | net/sctp/protocol.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index f775d78aa59d..de693b43c8ea 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
| @@ -54,6 +54,7 @@ | |||
| 54 | #include <net/protocol.h> | 54 | #include <net/protocol.h> |
| 55 | #include <net/ip.h> | 55 | #include <net/ip.h> |
| 56 | #include <net/ipv6.h> | 56 | #include <net/ipv6.h> |
| 57 | #include <net/route.h> | ||
| 57 | #include <net/sctp/sctp.h> | 58 | #include <net/sctp/sctp.h> |
| 58 | #include <net/addrconf.h> | 59 | #include <net/addrconf.h> |
| 59 | #include <net/inet_common.h> | 60 | #include <net/inet_common.h> |
| @@ -829,7 +830,7 @@ static struct notifier_block sctp_inetaddr_notifier = { | |||
| 829 | }; | 830 | }; |
| 830 | 831 | ||
| 831 | /* Socket operations. */ | 832 | /* Socket operations. */ |
| 832 | static struct proto_ops inet_seqpacket_ops = { | 833 | static const struct proto_ops inet_seqpacket_ops = { |
| 833 | .family = PF_INET, | 834 | .family = PF_INET, |
| 834 | .owner = THIS_MODULE, | 835 | .owner = THIS_MODULE, |
| 835 | .release = inet_release, /* Needs to be wrapped... */ | 836 | .release = inet_release, /* Needs to be wrapped... */ |
