]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] kernel_suspend.c compile warning
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 26 May 2003 10:00:17 +0000 (03:00 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 26 May 2003 10:00:17 +0000 (03:00 -0700)
From:  Pavel Machek <pavel@ucw.cz>

  This kills a compile warning in swsusp

kernel/suspend.c

index 5008bbe765555ace94e186d6f2f8a6770957f4d0..843cbaf6d433afa2f57adb3a10f1cb17185efdb4 100644 (file)
@@ -201,7 +201,8 @@ void refrigerator(unsigned long flag)
 /* 0 = success, else # of processes that we failed to stop */
 int freeze_processes(void)
 {
-       int todo, start_time;
+       int todo;
+       unsigned long start_time;
        struct task_struct *g, *p;
        
        printk( "Stopping tasks: " );