From 226cf29a7c7289343e055bf159145700c2015b6b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 28 Apr 2009 00:37:53 +0100 Subject: [PATCH] --- yaml --- r: 144246 b: refs/heads/master c: b2ad5e1e709e404dd637097411f1853d37926a6a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/frv/include/asm/init.h | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 trunk/arch/frv/include/asm/init.h diff --git a/[refs] b/[refs] index 1a4b30509444..dcae505a46b0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3d4f16348b77efbf81b7fa186a18a0eb815b6b84 +refs/heads/master: b2ad5e1e709e404dd637097411f1853d37926a6a diff --git a/trunk/arch/frv/include/asm/init.h b/trunk/arch/frv/include/asm/init.h deleted file mode 100644 index 8b15838de216..000000000000 --- a/trunk/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 -