aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorTim Abbott <tabbott@MIT.EDU>2009-04-27 19:37:53 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-27 22:46:30 -0400
commitb2ad5e1e709e404dd637097411f1853d37926a6a (patch)
tree2e1ede18914fedee9b03b7ee38c5e665e63c04b4 /arch/frv
parent3d4f16348b77efbf81b7fa186a18a0eb815b6b84 (diff)
FRV: Remove unused header asm/init.h.
It seems nothing has included the frv asm/init.h header for some time, and its actual contents are out of date with include/linux/init.h. So just delete it. Signed-off-by: Tim Abbott <tabbott@mit.edu> Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv')
-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 8b15838de21..00000000000
--- a/arch/frv/include/asm/init.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#ifndef _ASM_INIT_H
2#define _ASM_INIT_H
3
4#define __init __attribute__ ((__section__ (".text.init")))
5#define __initdata __attribute__ ((__section__ (".data.init")))
6/* For assembly routines */
7#define __INIT .section ".text.init",#alloc,#execinstr
8#define __FINIT .previous
9#define __INITDATA .section ".data.init",#alloc,#write
10
11#endif
12