hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/net/9p/mod.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * net/9p/9p.c
34 *
....@@ -6,22 +7,6 @@
67 * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net>
78 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com>
89 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov>
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License version 2
12
- * as published by the Free Software Foundation.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program; if not, write to:
21
- * Free Software Foundation
22
- * 51 Franklin Street, Fifth Floor
23
- * Boston, MA 02111-1301 USA
24
- *
2510 */
2611
2712 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -204,3 +189,5 @@
204189 MODULE_AUTHOR("Eric Van Hensbergen <ericvh@gmail.com>");
205190 MODULE_AUTHOR("Ron Minnich <rminnich@lanl.gov>");
206191 MODULE_LICENSE("GPL");
192
+MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
193
+MODULE_DESCRIPTION("Plan 9 Resource Sharing Support (9P2000)");