]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - include/linux/posix-timers.h
Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[mirror_ubuntu-eoan-kernel.git] / include / linux / posix-timers.h
index e96581ca7c9d32389092b3fe0f76665f3959792a..b20798fc5191da497f50c602c58f1943218660c2 100644 (file)
@@ -12,7 +12,7 @@ struct siginfo;
 
 struct cpu_timer_list {
        struct list_head entry;
-       u64 expires, incr;
+       u64 expires;
        struct task_struct *task;
        int firing;
 };