From: Alexey Dobriyan <adobriyan@mail.ru>

There's no reason to keep files that
a) nobody #include's
b) produce #error 

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 /dev/null |   49 -------------------------------------------------
 1 files changed, 49 deletions(-)

diff -L include/asm-alpha/init.h -puN include/asm-alpha/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-alpha/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-h8300/init.h -puN include/asm-h8300/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-h8300/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1,11 +0,0 @@
-#ifndef _H8300_INIT_H
-#define _H8300_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
diff -L include/asm-i386/init.h -puN include/asm-i386/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-i386/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-m68k/init.h -puN include/asm-m68k/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-m68k/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1,11 +0,0 @@
-#ifndef _M68K_INIT_H
-#define _M68K_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
diff -L include/asm-m68knommu/init.h -puN include/asm-m68knommu/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-m68knommu/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#include <asm-m68k/init.h>
diff -L include/asm-mips/init.h -puN include/asm-mips/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-mips/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-ppc64/init.h -puN include/asm-ppc64/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-ppc64/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-s390/init.h -puN include/asm-s390/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-s390/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1,7 +0,0 @@
-/*
- *  include/asm-s390/init.h
- *
- *  S390 version
- */
-
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-sh/init.h -puN include/asm-sh/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-sh/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-sparc64/init.h -puN include/asm-sparc64/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-sparc64/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-sparc/init.h -puN include/asm-sparc/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-sparc/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
diff -L include/asm-um/init.h -puN include/asm-um/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-um/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1,11 +0,0 @@
-#ifndef _UM_INIT_H
-#define _UM_INIT_H
-
-#ifdef notdef
-#define __init
-#define __initdata
-#define __initfunc(__arginit) __arginit
-#define __cacheline_aligned 
-#endif
-
-#endif
diff -L include/asm-x86_64/init.h -puN include/asm-x86_64/init.h~remove-include-arch-inith /dev/null
--- 25/include/asm-x86_64/init.h
+++ /dev/null	Thu Apr 11 07:25:15 2002
@@ -1 +0,0 @@
-#error "<asm/init.h> should never be used - use <linux/init.h> instead"
_