Commit 3ac51a16 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds

[PATCH] Remove include/asm-*/init.h

There's no reason to keep files that
a) nobody #include's
b) produce #error 
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9e19e93b
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
#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
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
#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
#include <asm-m68k/init.h>
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
/*
* include/asm-s390/init.h
*
* S390 version
*/
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
#ifndef _UM_INIT_H
#define _UM_INIT_H
#ifdef notdef
#define __init
#define __initdata
#define __initfunc(__arginit) __arginit
#define __cacheline_aligned
#endif
#endif
#error "<asm/init.h> should never be used - use <linux/init.h> instead"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment