diff options
author | Al Viro | 2015-04-03 05:11:36 +0200 |
---|---|---|
committer | Al Viro | 2015-04-12 04:28:29 +0200 |
commit | dcdbd7b269003bec7d729ca3fd143f93cf98f56e (patch) | |
tree | 027ec9c1eb0ac89c04df4c8de14fe6d2d304ab67 /net/9p/trans_common.h | |
parent | p9_client_attach(): set fid->uid correctly (diff) | |
download | kernel-qcow2-linux-dcdbd7b269003bec7d729ca3fd143f93cf98f56e.tar.gz kernel-qcow2-linux-dcdbd7b269003bec7d729ca3fd143f93cf98f56e.tar.xz kernel-qcow2-linux-dcdbd7b269003bec7d729ca3fd143f93cf98f56e.zip |
net/9p: remove (now-)unused helpers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/9p/trans_common.h')
-rw-r--r-- | net/9p/trans_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/9p/trans_common.h b/net/9p/trans_common.h index 173bb550a9eb..c43babb3f635 100644 --- a/net/9p/trans_common.h +++ b/net/9p/trans_common.h @@ -13,5 +13,3 @@ */ void p9_release_pages(struct page **, int); -int p9_payload_gup(char *, int *, struct page **, int); -int p9_nr_pages(char *, int); |