9
0
Fork 0

module.h: Add THIS_MODULE

This is required by upcoming UBIFS update.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Stein 2016-03-17 11:00:24 +01:00 committed by Sascha Hauer
parent 1b58a97172
commit caed8a92bc
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#endif
#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
#define THIS_MODULE 0
#ifdef CONFIG_MODULES
#include <asm/module.h>