]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/sunrpc/sched.c
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
[mv-sheeva.git] / net / sunrpc / sched.c
index 9233ace076aabc7f6803fba4f85aaa877019e3b4..35acdc39bfcb1b59eea1a90c6e0cf5958eb7221d 100644 (file)
@@ -417,11 +417,10 @@ EXPORT_SYMBOL_GPL(rpc_wake_up_queued_task);
 /*
  * Wake up the specified task
  */
-void rpc_wake_up_task(struct rpc_task *task)
+static void rpc_wake_up_task(struct rpc_task *task)
 {
        rpc_wake_up_queued_task(task->tk_waitqueue, task);
 }
-EXPORT_SYMBOL_GPL(rpc_wake_up_task);
 
 /*
  * Wake up the next task on a priority queue.