summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_bitmap_port.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_port.c
parenteb873d2fc5240a873bc52d0cc57e4062288b291b (diff)
Un-inline functions which are not small enough
Diffstat (limited to 'kernel/ip_set_bitmap_port.c')
-rw-r--r--kernel/ip_set_bitmap_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ip_set_bitmap_port.c b/kernel/ip_set_bitmap_port.c
index 7e3f473..c5643cd 100644
--- a/kernel/ip_set_bitmap_port.c
+++ b/kernel/ip_set_bitmap_port.c
@@ -521,7 +521,7 @@ bitmap_port_gc(unsigned long ul_set)
add_timer(&map->gc);
}
-static inline void
+static void
bitmap_port_gc_init(struct ip_set *set)
{
struct bitmap_port_timeout *map = set->data;