net: sctp: remove SCTP_STATIC macro
[firefly-linux-kernel-4.4.55.git] / net / sctp / input.c
index 6533d81a638de1c50b2047ea54e140b229f1e564..4cfc74699a3ff75d3daedbb24bf27b6e3d11f93c 100644 (file)
@@ -903,11 +903,11 @@ hit:
 }
 
 /* Look up an association. BH-safe. */
-SCTP_STATIC
+static
 struct sctp_association *sctp_lookup_association(struct net *net,
                                                 const union sctp_addr *laddr,
                                                 const union sctp_addr *paddr,
-                                           struct sctp_transport **transportp)
+                                                struct sctp_transport **transportp)
 {
        struct sctp_association *asoc;