From c66f5b079d2a259c3a65b1efe0f2143cd030dc52 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Wed, 10 Jul 2019 13:47:10 +0000 Subject: [PATCH] linuxcommon: add module version MFC after: 2 weeks --- sys/compat/linux/linux_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/compat/linux/linux_common.c b/sys/compat/linux/linux_common.c index 551823d7e0de..52b1562cb19e 100644 --- a/sys/compat/linux/linux_common.c +++ b/sys/compat/linux/linux_common.c @@ -98,3 +98,4 @@ static moduledata_t linux_common_mod = { }; DECLARE_MODULE(linuxcommon, linux_common_mod, SI_SUB_EXEC, SI_ORDER_ANY); +MODULE_VERSION(linuxcommon, 1);