diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-04 18:21:21 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-04 18:21:21 +0000 |
| commit | 8961c48323a90fd38eb89f7dea303aa978b2bc23 (patch) | |
| tree | a8725901cca45c071ff490a93d4c3ce9ac44dc10 /sys/compat/linuxkpi/common/include/linux/module.h | |
| parent | 20c8d8270c34016203a143f80fa6690f554bff24 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/module.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/module.h b/sys/compat/linuxkpi/common/include/linux/module.h index d3eecc8e1f28..54c391af9b08 100644 --- a/sys/compat/linuxkpi/common/include/linux/module.h +++ b/sys/compat/linuxkpi/common/include/linux/module.h @@ -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) |
