Implement __MODULE_STRING() function macro in the LinuxKPI.

MFC after:	1 week
Submitted by:	Johannes Lundberg <johalun0@gmail.com>
Sponsored by:	Mellanox Technologies
Sponsored by:	Limelight Networks
This commit is contained in:
Hans Petter Selasky 2018-03-04 18:21:21 +00:00
parent 20c8d8270c
commit 8961c48323
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330393

View File

@ -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)