From: Tim Abbott Date: Mon, 27 Apr 2009 23:37:53 +0000 (+0100) Subject: FRV: Remove unused header asm/init.h. X-Git-Tag: v2.6.30-rc4~18 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b2ad5e1e709e404dd637097411f1853d37926a6a;p=~shefty%2Frdma-dev.git 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 Signed-off-by: David Howells Acked-by: Sam Ravnborg Signed-off-by: Linus Torvalds --- 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 @@ -#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 -