Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2ad5e1e authored by Tim Abbott's avatar Tim Abbott Committed by Linus Torvalds
Browse files

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: default avatarTim Abbott <tabbott@mit.edu>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3d4f1634
Loading
Loading
Loading
Loading

arch/frv/include/asm/init.h

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
#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