Commit 89991c24e48b76f40aa3bd8c40c1e87c75d10a33

Authored by Trond Myklebust
1 parent e56e0b78eb

SUNRPC: Get rid of some unused exports

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

net/sunrpc/sunrpc_syms.c
... ... @@ -30,8 +30,6 @@
30 30 EXPORT_SYMBOL(rpc_sleep_on);
31 31 EXPORT_SYMBOL(rpc_wake_up_next);
32 32 EXPORT_SYMBOL(rpc_wake_up_task);
33   -EXPORT_SYMBOL(rpc_new_child);
34   -EXPORT_SYMBOL(rpc_run_child);
35 33 EXPORT_SYMBOL(rpciod_down);
36 34 EXPORT_SYMBOL(rpciod_up);
37 35 EXPORT_SYMBOL(rpc_new_task);
... ... @@ -45,7 +43,6 @@
45 43 EXPORT_SYMBOL(rpc_bind_new_program);
46 44 EXPORT_SYMBOL(rpc_destroy_client);
47 45 EXPORT_SYMBOL(rpc_shutdown_client);
48   -EXPORT_SYMBOL(rpc_release_client);
49 46 EXPORT_SYMBOL(rpc_killall_tasks);
50 47 EXPORT_SYMBOL(rpc_call_sync);
51 48 EXPORT_SYMBOL(rpc_call_async);
... ... @@ -120,7 +117,6 @@
120 117  
121 118 /* Generic XDR */
122 119 EXPORT_SYMBOL(xdr_encode_string);
123   -EXPORT_SYMBOL(xdr_decode_string);
124 120 EXPORT_SYMBOL(xdr_decode_string_inplace);
125 121 EXPORT_SYMBOL(xdr_decode_netobj);
126 122 EXPORT_SYMBOL(xdr_encode_netobj);