Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
89991c24
Commit
89991c24
authored
Jan 03, 2006
by
Trond Myklebust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SUNRPC: Get rid of some unused exports
Signed-off-by:
Trond Myklebust
<
Trond.Myklebust@netapp.com
>
parent
e56e0b78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
net/sunrpc/sunrpc_syms.c
net/sunrpc/sunrpc_syms.c
+0
-4
No files found.
net/sunrpc/sunrpc_syms.c
View file @
89991c24
...
@@ -30,8 +30,6 @@ EXPORT_SYMBOL(rpc_init_task);
...
@@ -30,8 +30,6 @@ EXPORT_SYMBOL(rpc_init_task);
EXPORT_SYMBOL
(
rpc_sleep_on
);
EXPORT_SYMBOL
(
rpc_sleep_on
);
EXPORT_SYMBOL
(
rpc_wake_up_next
);
EXPORT_SYMBOL
(
rpc_wake_up_next
);
EXPORT_SYMBOL
(
rpc_wake_up_task
);
EXPORT_SYMBOL
(
rpc_wake_up_task
);
EXPORT_SYMBOL
(
rpc_new_child
);
EXPORT_SYMBOL
(
rpc_run_child
);
EXPORT_SYMBOL
(
rpciod_down
);
EXPORT_SYMBOL
(
rpciod_down
);
EXPORT_SYMBOL
(
rpciod_up
);
EXPORT_SYMBOL
(
rpciod_up
);
EXPORT_SYMBOL
(
rpc_new_task
);
EXPORT_SYMBOL
(
rpc_new_task
);
...
@@ -45,7 +43,6 @@ EXPORT_SYMBOL(rpc_clone_client);
...
@@ -45,7 +43,6 @@ EXPORT_SYMBOL(rpc_clone_client);
EXPORT_SYMBOL
(
rpc_bind_new_program
);
EXPORT_SYMBOL
(
rpc_bind_new_program
);
EXPORT_SYMBOL
(
rpc_destroy_client
);
EXPORT_SYMBOL
(
rpc_destroy_client
);
EXPORT_SYMBOL
(
rpc_shutdown_client
);
EXPORT_SYMBOL
(
rpc_shutdown_client
);
EXPORT_SYMBOL
(
rpc_release_client
);
EXPORT_SYMBOL
(
rpc_killall_tasks
);
EXPORT_SYMBOL
(
rpc_killall_tasks
);
EXPORT_SYMBOL
(
rpc_call_sync
);
EXPORT_SYMBOL
(
rpc_call_sync
);
EXPORT_SYMBOL
(
rpc_call_async
);
EXPORT_SYMBOL
(
rpc_call_async
);
...
@@ -120,7 +117,6 @@ EXPORT_SYMBOL(unix_domain_find);
...
@@ -120,7 +117,6 @@ EXPORT_SYMBOL(unix_domain_find);
/* Generic XDR */
/* Generic XDR */
EXPORT_SYMBOL
(
xdr_encode_string
);
EXPORT_SYMBOL
(
xdr_encode_string
);
EXPORT_SYMBOL
(
xdr_decode_string
);
EXPORT_SYMBOL
(
xdr_decode_string_inplace
);
EXPORT_SYMBOL
(
xdr_decode_string_inplace
);
EXPORT_SYMBOL
(
xdr_decode_netobj
);
EXPORT_SYMBOL
(
xdr_decode_netobj
);
EXPORT_SYMBOL
(
xdr_encode_netobj
);
EXPORT_SYMBOL
(
xdr_encode_netobj
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment