diff options
Diffstat (limited to 'include/apos/init.h')
| -rw-r--r-- | include/apos/init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apos/init.h b/include/apos/init.h index 1c4bc9d..82f1774 100644 --- a/include/apos/init.h +++ b/include/apos/init.h @@ -3,7 +3,7 @@ #include <apos/compiler_attributes.h> -#define __init __section(".init.text") -#define __initdata __section(".init.data") +#define __init +#define __initdata #endif /* APOS_INIT_H */ |
