aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/include/asm/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/include/asm/init.h')
-rw-r--r--arch/frv/include/asm/init.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/frv/include/asm/init.h b/arch/frv/include/asm/init.h
deleted file mode 100644
index 8b15838de216..000000000000
--- a/arch/frv/include/asm/init.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _ASM_INIT_H
-#define _ASM_INIT_H
-
-#define __init __attribute__ ((__section__ (".text.init")))
-#define __initdata __attribute__ ((__section__ (".data.init")))
-/* For assembly routines */
-#define __INIT .section ".text.init",#alloc,#execinstr
-#define __FINIT .previous
-#define __INITDATA .section ".data.init",#alloc,#write
-
-#endif
-