Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
[deliverable/linux.git] / kernel / hrtimer.c
index f5ca61422331fb1b313eb34535a6e58d12c45b78..f1c4155b49ac140051538f12046cb553674657f9 100644 (file)
@@ -641,7 +641,8 @@ schedule_hrtimer_interruptible(struct hrtimer *timer,
 static long __sched
 nanosleep_restart(struct restart_block *restart, clockid_t clockid)
 {
-       struct timespec __user *rmtp, tu;
+       struct timespec __user *rmtp;
+       struct timespec tu;
        void *rfn_save = restart->fn;
        struct hrtimer timer;
        ktime_t rem;
This page took 0.026421 seconds and 5 git commands to generate.