Messages in this thread Patch in this message |  | | From | "Enrico Weigelt, metux IT consult" <> | Subject | [PATCH 8/8] net: tipc: remove unneeded MODULE_VERSION() usage | Date | Sat, 4 Jan 2020 20:51:31 +0100 |
| |
Remove MODULE_VERSION(), as it isn't needed at all: the only version making sense is the kernel version.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> --- net/tipc/core.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/net/tipc/core.c b/net/tipc/core.c index 4f6dc74adf45..98dbc18a0dd8 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c @@ -221,4 +221,3 @@ module_exit(tipc_exit); MODULE_DESCRIPTION("TIPC: Transparent Inter Process Communication"); MODULE_LICENSE("Dual BSD/GPL"); -MODULE_VERSION(TIPC_MOD_VER); -- 2.11.0
|  |