]> git.karo-electronics.de Git - linux-beck.git/blobdiff - net/ipv4/inetpeer.c
Merge remote-tracking branch 'regulator/fix/of' into tmp
[linux-beck.git] / net / ipv4 / inetpeer.c
index c7527f6b9ad9b54f36185975aed21171757c4600..000e3d239d6481ed230e71c9c9033dba301694e9 100644 (file)
@@ -194,7 +194,7 @@ void __init inet_initpeers(void)
                        0, SLAB_HWCACHE_ALIGN | SLAB_PANIC,
                        NULL);
 
-       INIT_DELAYED_WORK_DEFERRABLE(&gc_work, inetpeer_gc_worker);
+       INIT_DEFERRABLE_WORK(&gc_work, inetpeer_gc_worker);
 }
 
 static int addr_compare(const struct inetpeer_addr *a,