]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kvm/i8254.h
KVM: x86: Handle the kthread worker using the new API
[karo-tx-linux.git] / arch / x86 / kvm / i8254.h
index 2f5af079832694e40baba94d41208a85511d04bd..600bee9dcbbd85041be84528fb5b4e22795ab505 100644 (file)
@@ -44,8 +44,7 @@ struct kvm_pit {
        struct kvm_kpit_state pit_state;
        int irq_source_id;
        struct kvm_irq_mask_notifier mask_notifier;
-       struct kthread_worker worker;
-       struct task_struct *worker_task;
+       struct kthread_worker *worker;
        struct kthread_work expired;
 };