summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/init.h b/src/include/init.h
index ab2c44bf3..37ce2d686 100644
--- a/src/include/init.h
+++ b/src/include/init.h
@@ -47,7 +47,7 @@ struct init_fn {
/* Macro for creating an initialisation function table entry */
#define INIT_FN( init_order, init_func, reset_func, exit_func ) \
- static struct init_fn init_functions \
+ static struct init_fn PREFIX_OBJECT(init_fn__) \
__attribute__ (( used, __table_section(init_fn,init_order) )) = { \
.init = init_func, \
.reset = reset_func, \