Skip to content
Commit 663b55b9 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by H. Peter Anvin
Browse files

x86: Delete non-required instances of include <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.

[ hpa: undid incorrect removal from arch/x86/kernel/head_32.S ]

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Link: http://lkml.kernel.org/r/1389054026-12947-1-git-send-email-paul.gortmaker@windriver.com


Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 7306006f
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