[PATCH] Add include/linux/freezer.h and move definitions from sched.h
[deliverable/linux.git] / net / rxrpc / krxtimod.c
index 3ac81cdd1211ce2c58fa4729b65fabe464097294..9a9b6132dba4840755e84a17e286a0b9da161996 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/init.h>
 #include <linux/sched.h>
 #include <linux/completion.h>
+#include <linux/freezer.h>
 #include <rxrpc/rxrpc.h>
 #include <rxrpc/krxtimod.h>
 #include <asm/errno.h>
@@ -81,7 +82,7 @@ static int krxtimod(void *arg)
 
        for (;;) {
                unsigned long jif;
-               signed long timeout;
+               long timeout;
 
                /* deal with the server being asked to die */
                if (krxtimod_die) {
This page took 0.040604 seconds and 5 git commands to generate.