diff options
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r-- | net/sunrpc/sched.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 9233ace076aa..35acdc39bfcb 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c | |||
@@ -417,11 +417,10 @@ EXPORT_SYMBOL_GPL(rpc_wake_up_queued_task); | |||
417 | /* | 417 | /* |
418 | * Wake up the specified task | 418 | * Wake up the specified task |
419 | */ | 419 | */ |
420 | void rpc_wake_up_task(struct rpc_task *task) | 420 | static void rpc_wake_up_task(struct rpc_task *task) |
421 | { | 421 | { |
422 | rpc_wake_up_queued_task(task->tk_waitqueue, task); | 422 | rpc_wake_up_queued_task(task->tk_waitqueue, task); |
423 | } | 423 | } |
424 | EXPORT_SYMBOL_GPL(rpc_wake_up_task); | ||
425 | 424 | ||
426 | /* | 425 | /* |
427 | * Wake up the next task on a priority queue. | 426 | * Wake up the next task on a priority queue. |