summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h
index c5dea075b8..accc4d0e57 100644
--- a/include/init.h
+++ b/include/init.h
@@ -1,6 +1,12 @@
#ifndef _INIT_H
#define _INIT_H
+/*
+ * fake define to simplify the linux sync
+ */
+#define __init
+#define __initdata
+
typedef int (*initcall_t)(void);
#define __define_initcall(level,fn,id) \