]> granicus.if.org Git - ipset/blobdiff - kernel/net/netfilter/ipset/ip_set_hash_ipmac.c
netfilter: ipset: remove inline from static functions in .c files.
[ipset] / kernel / net / netfilter / ipset / ip_set_hash_ipmac.c
index 25560ea742d666283d7417ddd316e1bb7aec55e3..d49a4379bdbf0785d84577b5c3b66019274e0822 100644 (file)
@@ -50,7 +50,7 @@ struct hash_ipmac4_elem {
 
 /* Common functions */
 
-static inline bool
+static bool
 hash_ipmac4_data_equal(const struct hash_ipmac4_elem *e1,
                       const struct hash_ipmac4_elem *e2,
                       u32 *multi)
@@ -70,7 +70,7 @@ nla_put_failure:
        return true;
 }
 
-static inline void
+static void
 hash_ipmac4_data_next(struct hash_ipmac4_elem *next,
                      const struct hash_ipmac4_elem *e)
 {
@@ -157,7 +157,7 @@ struct hash_ipmac6_elem {
 
 /* Common functions */
 
-static inline bool
+static bool
 hash_ipmac6_data_equal(const struct hash_ipmac6_elem *e1,
                       const struct hash_ipmac6_elem *e2,
                       u32 *multi)
@@ -178,7 +178,7 @@ nla_put_failure:
        return true;
 }
 
-static inline void
+static void
 hash_ipmac6_data_next(struct hash_ipmac6_elem *next,
                      const struct hash_ipmac6_elem *e)
 {