diff options
author | David S. Miller <davem@davemloft.net> | 2017-11-28 11:00:14 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-28 11:00:14 -0500 |
commit | a51a40b7abb619c38fe60d896a6916be280171ea (patch) | |
tree | 39fb89151c14acafe4811c2b31116245f12e21c6 /net/sctp/protocol.c | |
parent | f95d5bf03b5ec0d7ea8e552e15abe70c646249b5 (diff) | |
parent | 1ba896f6f52bfafac6dec4ca583cdd9a073858e8 (diff) |
Merge branch 'sctp-fix-sparse-errors'
Xin Long says:
====================
sctp: fix some other sparse errors
After the last fixes for sparse errors, there are still three sparse
errors in sctp codes, two of them are type cast, and the other one
is using extern.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index f5172c21349b..6a38c2503649 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -1499,6 +1499,7 @@ static __init int sctp_init(void) INIT_LIST_HEAD(&sctp_address_families); sctp_v4_pf_init(); sctp_v6_pf_init(); + sctp_sched_ops_init(); status = register_pernet_subsys(&sctp_defaults_ops); if (status) |