]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - kernel/hrtimer.c
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
[mirror_ubuntu-zesty-kernel.git] / kernel / hrtimer.c
index 617304ce67db78adc3ada13a5b6ebe84460f554d..d17766d40dab781ea1d189e715de32b61a4972ed 100644 (file)
@@ -669,7 +669,7 @@ static int hrtimer_wakeup(struct hrtimer *timer)
        return HRTIMER_NORESTART;
 }
 
-void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, task_t *task)
+void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, struct task_struct *task)
 {
        sl->timer.function = hrtimer_wakeup;
        sl->task = task;