diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2021-11-03 22:38:21 +0300 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2022-01-10 03:58:30 +0300 |
commit | 1c582c6dc4244d88f702dc3afd5b47225332edf6 (patch) | |
tree | 721791c320b35e6e17c1333b61a2664129d57e07 /include/net/9p/9p.h | |
parent | 90d6cf349c5604bd79f1191d09ff1be0165a0513 (diff) | |
download | linux-1c582c6dc4244d88f702dc3afd5b47225332edf6.tar.xz |
9p/trans_fd: split into dedicated module
This allows these transports only to be used when needed.
Link: https://lkml.kernel.org/r/20211103193823.111007-3-linux@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
[Dominique: Kconfig NET_9P_FD: -depends VIRTIO, +default NET_9P]
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'include/net/9p/9p.h')
-rw-r--r-- | include/net/9p/9p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index 9c6ec78e47a5..24a509f559ee 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h @@ -551,6 +551,4 @@ struct p9_fcall { int p9_errstr2errno(char *errstr, int len); int p9_error_init(void); -int p9_trans_fd_init(void); -void p9_trans_fd_exit(void); #endif /* NET_9P_H */ |