]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - security/keys/gc.c
timer: Remove expires and data arguments from DEFINE_TIMER
[mirror_ubuntu-bionic-kernel.git] / security / keys / gc.c
index 87cb260e4890f3ac464e8d3f3244077653510b74..8673f7f58ead085da629de145bb3baaa40d89d5f 100644 (file)
@@ -30,7 +30,7 @@ DECLARE_WORK(key_gc_work, key_garbage_collector);
  * Reaper for links from keyrings to dead keys.
  */
 static void key_gc_timer_func(unsigned long);
-static DEFINE_TIMER(key_gc_timer, key_gc_timer_func, 0, 0);
+static DEFINE_TIMER(key_gc_timer, key_gc_timer_func);
 
 static time_t key_gc_next_run = LONG_MAX;
 static struct key_type *key_gc_dead_keytype;