diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-05-21 12:51:32 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-06-06 16:24:39 -0400 |
commit | 0053a8e65c0b949fd230488e5be871755f3f860f (patch) | |
tree | 17c5303daa52645922b9ff1a88e5a9dd54f447e2 /include/linux/sunrpc/sched.h | |
parent | a76580fbf09e6e19c2040c08969af5137e064eda (diff) |
SUNRPC: Remove unused function rpc_queue_empty
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/sched.h')
-rw-r--r-- | include/linux/sunrpc/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 84ca436b76c2..5e255ab893da 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
@@ -238,7 +238,6 @@ struct rpc_task *rpc_wake_up_first(struct rpc_wait_queue *, | |||
238 | bool (*)(struct rpc_task *, void *), | 238 | bool (*)(struct rpc_task *, void *), |
239 | void *); | 239 | void *); |
240 | void rpc_wake_up_status(struct rpc_wait_queue *, int); | 240 | void rpc_wake_up_status(struct rpc_wait_queue *, int); |
241 | int rpc_queue_empty(struct rpc_wait_queue *); | ||
242 | void rpc_delay(struct rpc_task *, unsigned long); | 241 | void rpc_delay(struct rpc_task *, unsigned long); |
243 | void * rpc_malloc(struct rpc_task *, size_t); | 242 | void * rpc_malloc(struct rpc_task *, size_t); |
244 | void rpc_free(void *); | 243 | void rpc_free(void *); |