]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
x86/headers: Remove duplicate #includes
authorPravin Shedge <pravin.shedge4linux@gmail.com>
Mon, 11 Dec 2017 20:42:31 +0000 (02:12 +0530)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Dec 2017 10:32:24 +0000 (11:32 +0100)
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: ard.biesheuvel@linaro.org
Cc: boris.ostrovsky@oracle.com
Cc: geert@linux-m68k.org
Cc: jgross@suse.com
Cc: linux-efi@vger.kernel.org
Cc: luto@kernel.org
Cc: matt@codeblueprint.co.uk
Cc: thomas.lendacky@amd.com
Cc: tim.c.chen@linux.intel.com
Cc: xen-devel@lists.xenproject.org
Link: http://lkml.kernel.org/r/1513024951-9221-1-git-send-email-pravin.shedge4linux@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/itmt.c
arch/x86/kernel/process.c
arch/x86/kernel/setup.c
arch/x86/kernel/smpboot.c
arch/x86/platform/efi/efi_64.c
arch/x86/xen/spinlock.c

index f73f475d057339ce26283c0423d9b77a78442064..d177940aa0905075261f86bfceebcaab396a06f9 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/cpumask.h>
 #include <linux/cpuset.h>
 #include <linux/mutex.h>
-#include <linux/sched.h>
 #include <linux/sysctl.h>
 #include <linux/nodemask.h>
 
index bb988a24db927d758f9120d45f90d1c160628790..d6321855f9da32310bc239b3b067b5c0cd0c5238 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/dmi.h>
 #include <linux/utsname.h>
 #include <linux/stackprotector.h>
-#include <linux/tick.h>
 #include <linux/cpuidle.h>
 #include <trace/events/power.h>
 #include <linux/hw_breakpoint.h>
index 8af2e8d0c0a1d2d0290ff2026afeab056cdc59b6..c8e04472a1416d12db8631547bb1755827f94990 100644 (file)
 #include <asm/alternative.h>
 #include <asm/prom.h>
 #include <asm/microcode.h>
-#include <asm/mmu_context.h>
 #include <asm/kaslr.h>
 #include <asm/unwind.h>
 
index 05a97d5fe29840e387a66aa00f5041d8c749ad17..d44b64d571b4cdaa259b8f5f51b2967bb9730975 100644 (file)
@@ -75,7 +75,6 @@
 #include <asm/uv/uv.h>
 #include <linux/mc146818rtc.h>
 #include <asm/i8259.h>
-#include <asm/realmode.h>
 #include <asm/misc.h>
 #include <asm/qspinlock.h>
 
index 6a151ce70e865caadde95c859855c4b63283ad4b..1e5184d7ce7a580877807d71dabfcd6abb941a5c 100644 (file)
@@ -25,7 +25,6 @@
 #include <linux/spinlock.h>
 #include <linux/bootmem.h>
 #include <linux/ioport.h>
-#include <linux/init.h>
 #include <linux/mc146818rtc.h>
 #include <linux/efi.h>
 #include <linux/uaccess.h>
index 02f3445a2b5f60b5cf8fd1e296bba3a55fe37068..cd97a62394e7da099d5d94b3dfbc688ef79497e8 100644 (file)
@@ -23,8 +23,6 @@ static DEFINE_PER_CPU(int, lock_kicker_irq) = -1;
 static DEFINE_PER_CPU(char *, irq_name);
 static bool xen_pvspin = true;
 
-#include <asm/qspinlock.h>
-
 static void xen_qlock_kick(int cpu)
 {
        int irq = per_cpu(lock_kicker_irq, cpu);