net: sctp: remove SCTP_STATIC macro
[firefly-linux-kernel-4.4.55.git] / net / sctp / protocol.c
index fad7d1b67be564b4655ebd076d12dfc40ff734bc..57b568c38ef625cb48c766d5ff2be2a262bc7032 100644 (file)
@@ -1312,7 +1312,7 @@ static struct pernet_operations sctp_net_ops = {
 };
 
 /* Initialize the universe into something sensible.  */
-SCTP_STATIC __init int sctp_init(void)
+static __init int sctp_init(void)
 {
        int i;
        int status = -EINVAL;
@@ -1499,7 +1499,7 @@ err_chunk_cachep:
 }
 
 /* Exit handler for the SCTP protocol.  */
-SCTP_STATIC __exit void sctp_exit(void)
+static __exit void sctp_exit(void)
 {
        /* BUG.  This should probably do something useful like clean
         * up all the remaining associations and all that memory.