]> Pileus Git - ~andy/linux/commit
x86: Delete non-required instances of include <linux/init.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 7 Jan 2014 00:20:26 +0000 (19:20 -0500)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 7 Jan 2014 05:25:18 +0000 (21:25 -0800)
commit663b55b9b39fa9c848cca273ca4e12bf29b32c71
tree784c9a9542065eceb04d21965979ae05d656b380
parent7306006f103567fcf595d23dd741da0b8642f4c5
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: Paul Gortmaker <paul.gortmaker@windriver.com>
Link: http://lkml.kernel.org/r/1389054026-12947-1-git-send-email-paul.gortmaker@windriver.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
41 files changed:
arch/x86/include/asm/mce.h
arch/x86/include/asm/mpspec.h
arch/x86/include/asm/processor.h
arch/x86/include/asm/ptrace.h
arch/x86/include/asm/smp.h
arch/x86/include/asm/timer.h
arch/x86/kernel/apic/apic_flat_64.c
arch/x86/kernel/apic/apic_noop.c
arch/x86/kernel/apic/ipi.c
arch/x86/kernel/apic/summit_32.c
arch/x86/kernel/apic/x2apic_cluster.c
arch/x86/kernel/apic/x2apic_phys.c
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/centaur.c
arch/x86/kernel/cpu/cyrix.c
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/cpu/mcheck/mce_intel.c
arch/x86/kernel/cpu/mcheck/p5.c
arch/x86/kernel/cpu/mcheck/winchip.c
arch/x86/kernel/cpu/transmeta.c
arch/x86/kernel/cpu/umc.c
arch/x86/kernel/crash.c
arch/x86/kernel/doublefault.c
arch/x86/kernel/hw_breakpoint.c
arch/x86/kernel/kgdb.c
arch/x86/kernel/machine_kexec_32.c
arch/x86/kernel/pci-nommu.c
arch/x86/kernel/process_32.c
arch/x86/kernel/tsc_sync.c
arch/x86/lib/delay.c
arch/x86/mm/kmmio.c
arch/x86/mm/pageattr-test.c
arch/x86/pci/fixup.c
arch/x86/platform/intel-mid/early_printk_intel_mid.c
arch/x86/platform/iris/iris.c
arch/x86/realmode/rm/reboot.S
arch/x86/realmode/rm/trampoline_32.S
arch/x86/realmode/rm/trampoline_64.S
arch/x86/um/vdso/vdso.S
arch/x86/vdso/vdso.S
arch/x86/vdso/vdsox32.S