]> granicus.if.org Git - ipset/blobdiff - kernel/net/netfilter/ipset/ip_set_hash_ipport.c
netfilter: ipset: remove inline from static functions in .c files.
[ipset] / kernel / net / netfilter / ipset / ip_set_hash_ipport.c
index d358ee69d04bd14290d94fa53a97a8baf88482fc..0250f9f7e97c6ff1b26b001ce3c26b967edca19d 100644 (file)
@@ -51,7 +51,7 @@ struct hash_ipport4_elem {
 
 /* Common functions */
 
-static inline bool
+static bool
 hash_ipport4_data_equal(const struct hash_ipport4_elem *ip1,
                        const struct hash_ipport4_elem *ip2,
                        u32 *multi)
@@ -75,7 +75,7 @@ nla_put_failure:
        return true;
 }
 
-static inline void
+static void
 hash_ipport4_data_next(struct hash_ipport4_elem *next,
                       const struct hash_ipport4_elem *d)
 {
@@ -206,7 +206,7 @@ struct hash_ipport6_elem {
 
 /* Common functions */
 
-static inline bool
+static bool
 hash_ipport6_data_equal(const struct hash_ipport6_elem *ip1,
                        const struct hash_ipport6_elem *ip2,
                        u32 *multi)
@@ -230,7 +230,7 @@ nla_put_failure:
        return true;
 }
 
-static inline void
+static void
 hash_ipport6_data_next(struct hash_ipport6_elem *next,
                       const struct hash_ipport6_elem *d)
 {