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@xxxxxxxxx> --- net/tipc/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/tipc/core.c b/net/tipc/core.c index c2ff42900b53..8c0c45347c53 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c @@ -227,4 +227,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