Skip to content

Commit

Permalink
alpha: delete non-required instances of <linux/init.h>
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Matt Turner <[email protected]>
Cc: [email protected]
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
Paul Gortmaker authored and mattst88 committed May 26, 2015
1 parent 11447c7 commit 0bc2567
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion arch/alpha/kernel/err_ev6.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Error handling code supporting Alpha systems
*/

#include <linux/init.h>
#include <linux/sched.h>

#include <asm/io.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/ptrace.h>
#include <linux/interrupt.h>
#include <linux/random.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <linux/tty.h>
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kallsyms.h>
#include <linux/ratelimit.h>

Expand Down
1 change: 0 additions & 1 deletion arch/alpha/oprofile/op_model_ev4.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/ptrace.h>

Expand Down
1 change: 0 additions & 1 deletion arch/alpha/oprofile/op_model_ev5.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/ptrace.h>

Expand Down
1 change: 0 additions & 1 deletion arch/alpha/oprofile/op_model_ev6.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/ptrace.h>

Expand Down
1 change: 0 additions & 1 deletion arch/alpha/oprofile/op_model_ev67.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/ptrace.h>

Expand Down

0 comments on commit 0bc2567

Please sign in to comment.