Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

alpha: delete non-required instances of <linux/init.h>

None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>. Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

Acked-by: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Cc: linux-alpha@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>

authored by

Paul Gortmaker and committed by
Matt Turner
0bc25674 11447c7c

-7
-1
arch/alpha/kernel/err_ev6.c
··· 6 6 * Error handling code supporting Alpha systems 7 7 */ 8 8 9 - #include <linux/init.h> 10 9 #include <linux/sched.h> 11 10 12 11 #include <asm/io.h>
-1
arch/alpha/kernel/irq.c
··· 19 19 #include <linux/ptrace.h> 20 20 #include <linux/interrupt.h> 21 21 #include <linux/random.h> 22 - #include <linux/init.h> 23 22 #include <linux/irq.h> 24 23 #include <linux/proc_fs.h> 25 24 #include <linux/seq_file.h>
-1
arch/alpha/kernel/traps.c
··· 14 14 #include <linux/tty.h> 15 15 #include <linux/delay.h> 16 16 #include <linux/module.h> 17 - #include <linux/init.h> 18 17 #include <linux/kallsyms.h> 19 18 #include <linux/ratelimit.h> 20 19
-1
arch/alpha/oprofile/op_model_ev4.c
··· 8 8 */ 9 9 10 10 #include <linux/oprofile.h> 11 - #include <linux/init.h> 12 11 #include <linux/smp.h> 13 12 #include <asm/ptrace.h> 14 13
-1
arch/alpha/oprofile/op_model_ev5.c
··· 8 8 */ 9 9 10 10 #include <linux/oprofile.h> 11 - #include <linux/init.h> 12 11 #include <linux/smp.h> 13 12 #include <asm/ptrace.h> 14 13
-1
arch/alpha/oprofile/op_model_ev6.c
··· 8 8 */ 9 9 10 10 #include <linux/oprofile.h> 11 - #include <linux/init.h> 12 11 #include <linux/smp.h> 13 12 #include <asm/ptrace.h> 14 13
-1
arch/alpha/oprofile/op_model_ev67.c
··· 9 9 */ 10 10 11 11 #include <linux/oprofile.h> 12 - #include <linux/init.h> 13 12 #include <linux/smp.h> 14 13 #include <asm/ptrace.h> 15 14