Author: hselasky Date: Sun Mar 4 18:21:21 2018 New Revision: 330393 URL: https://svnweb.freebsd.org/changeset/base/330393
Log: Implement __MODULE_STRING() function macro in the LinuxKPI. MFC after: 1 week Submitted by: Johannes Lundberg <johal...@gmail.com> Sponsored by: Mellanox Technologies Sponsored by: Limelight Networks Modified: head/sys/compat/linuxkpi/common/include/linux/module.h Modified: head/sys/compat/linuxkpi/common/include/linux/module.h ============================================================================== --- head/sys/compat/linuxkpi/common/include/linux/module.h Sun Mar 4 18:19:44 2018 (r330392) +++ head/sys/compat/linuxkpi/common/include/linux/module.h Sun Mar 4 18:21:21 2018 (r330393) @@ -53,6 +53,7 @@ #define EXPORT_SYMBOL(name) #define EXPORT_SYMBOL_GPL(name) +#define __MODULE_STRING(x) __stringify(x) /* OFED pre-module initialization */ #define SI_SUB_OFED_PREINIT (SI_SUB_ROOT_CONF - 2) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"