summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_bitmap_ip.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-20 23:10:26 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-20 23:10:26 +0100
commited3c453a0787ddc10c5ce6010bd6ac663c740b68 (patch)
tree10f36ee9dd9883d95c0e2a680483fcdacefc4e28 /kernel/ip_set_bitmap_ip.c
parenteb873d2fc5240a873bc52d0cc57e4062288b291b (diff)
Un-inline functions which are not small enough
Diffstat (limited to 'kernel/ip_set_bitmap_ip.c')
-rw-r--r--kernel/ip_set_bitmap_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ip_set_bitmap_ip.c b/kernel/ip_set_bitmap_ip.c
index 30db991..f491d4e 100644
--- a/kernel/ip_set_bitmap_ip.c
+++ b/kernel/ip_set_bitmap_ip.c
@@ -549,7 +549,7 @@ bitmap_ip_gc(unsigned long ul_set)
add_timer(&map->gc);
}
-static inline void
+static void
bitmap_ip_gc_init(struct ip_set *set)
{
struct bitmap_ip_timeout *map = set->data;