Date: Sun, 27 Feb 2022 23:43:33 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7d510d139835 - stable/13 - LinuxKPI: add MODULE_IMPORT_NS() Message-ID: <202202272343.21RNhXE9002894@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=7d510d139835ffaf08c411a4320a23cee66e398e commit 7d510d139835ffaf08c411a4320a23cee66e398e Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2022-02-22 22:45:50 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2022-02-27 23:41:54 +0000 LinuxKPI: add MODULE_IMPORT_NS() Add dummy MODULE_IMPORT_NS() used by an updated iwlwifi. Sponsored by: The FreeBSD Foundation Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D34349 (cherry picked from commit f6fb9b524ff91a6049d2e0bf713f4fc5760148b6) --- sys/compat/linuxkpi/common/include/linux/module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/compat/linuxkpi/common/include/linux/module.h b/sys/compat/linuxkpi/common/include/linux/module.h index 188e277fecf9..ac7dfc07e468 100644 --- a/sys/compat/linuxkpi/common/include/linux/module.h +++ b/sys/compat/linuxkpi/common/include/linux/module.h @@ -52,6 +52,7 @@ #define MODULE_INFO(tag, info) #define MODULE_FIRMWARE(firmware) #define MODULE_SUPPORTED_DEVICE(name) +#define MODULE_IMPORT_NS(_name) #define THIS_MODULE ((struct module *)0)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202272343.21RNhXE9002894>