diff options
Diffstat (limited to 'include/net/9p/9p.h')
-rw-r--r-- | include/net/9p/9p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index f9e25268b70f..46d0b8f8e5ec 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -590,7 +590,6 @@ struct p9_fcall *p9_create_tstat(u32 fid); | |||
590 | struct p9_fcall *p9_create_twstat(u32 fid, struct p9_wstat *wstat, | 590 | struct p9_fcall *p9_create_twstat(u32 fid, struct p9_wstat *wstat, |
591 | int dotu); | 591 | int dotu); |
592 | 592 | ||
593 | int p9_printfcall(char *buf, int buflen, struct p9_fcall *fc, int dotu); | ||
594 | int p9_errstr2errno(char *errstr, int len); | 593 | int p9_errstr2errno(char *errstr, int len); |
595 | 594 | ||
596 | struct p9_idpool *p9_idpool_create(void); | 595 | struct p9_idpool *p9_idpool_create(void); |