[PATCH 08/13] module.h: Add THIS_MODULE

Alexander Stein alexander.stein at systec-electronic.com
Thu Mar 17 03:00:24 PDT 2016


This is required by upcoming UBIFS update.

Signed-off-by: Alexander Stein <alexander.stein at systec-electronic.com>
---
 include/module.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/module.h b/include/module.h
index 228a543..460a34f 100644
--- a/include/module.h
+++ b/include/module.h
@@ -10,6 +10,7 @@
 #endif
 
 #define MODULE_NAME_LEN (64 - sizeof(unsigned long))
+#define THIS_MODULE	0
 
 #ifdef CONFIG_MODULES
 #include <asm/module.h>
-- 
2.7.3




More information about the barebox mailing list