git: 7d510d139835 - stable/13 - LinuxKPI: add MODULE_IMPORT_NS()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Feb 2022 23:43:33 UTC
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)