Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665002

[PATCH 5/8] x86/mce: Cleanup include files

From Borislav Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject [PATCH 5/8] x86/mce: Cleanup include files
Date 2017-06-13 18:30 +0200
Message-ID <tRWRB-1MW-29@gated-at.bofh.it> (permalink)
References <tRWRA-1MW-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Borislav Petkov <bp@suse.de>

Not really needed.

Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Yazen Ghannam <yazen.ghannam@amd.com>
Tested-by: Yazen Ghannam <yazen.ghannam@amd.com>
---
 arch/x86/kernel/cpu/mcheck/mce-inject.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/arch/x86/kernel/cpu/mcheck/mce-inject.c b/arch/x86/kernel/cpu/mcheck/mce-inject.c
index c21c1a73712a..00af8dd8fc59 100644
--- a/arch/x86/kernel/cpu/mcheck/mce-inject.c
+++ b/arch/x86/kernel/cpu/mcheck/mce-inject.c
@@ -25,20 +25,10 @@
 
 #include <linux/cpu.h>
 #include <linux/debugfs.h>
-#include <linux/device.h>
-#include <linux/fs.h>
-#include <linux/gfp.h>
-#include <linux/kdebug.h>
 #include <linux/kernel.h>
-#include <linux/kobject.h>
 #include <linux/module.h>
 #include <linux/notifier.h>
 #include <linux/pci.h>
-#include <linux/preempt.h>
-#include <linux/sched.h>
-#include <linux/smp.h>
-#include <linux/string.h>
-#include <linux/timer.h>
 #include <linux/uaccess.h>
 
 #include <asm/amd_nb.h>
-- 
2.13.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/8] RAS: 4.13 pile, part 2 Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
  [PATCH 2/8] x86/mce/AMD: Use saved threshold block info in interrupt handler Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce/AMD: Use saved threshold block info in  interrupt handler tip-bot for Yazen Ghannam <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 4/8] x86/mce: Get rid of register_mce_write_callback() Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce: Get rid of register_mce_write_callback() tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 3/8] x86/mce: Merge mce_amd_inj into mce-inject Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce: Merge mce_amd_inj into mce-inject tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 5/8] x86/mce: Cleanup include files Borislav Petkov <bp@alien8.de> - 2017-06-13 18:30 +0200
    [tip:ras/core] x86/mce: Clean up include files tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 8/8] x86/mce: Update bootlog description to reflect behavior on AMD Borislav Petkov <bp@alien8.de> - 2017-06-13 18:40 +0200
    [tip:ras/core] x86/mce: Update bootlog description to reflect  behavior on AMD tip-bot for Yazen Ghannam <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 1/8] x86/mce/AMD: Use msr_stat when clearing MCA_STATUS Borislav Petkov <bp@alien8.de> - 2017-06-13 18:40 +0200
    [tip:ras/core] x86/mce/AMD: Use msr_stat when clearing MCA_STATUS tip-bot for Yazen Ghannam <tipbot@zytor.com> - 2017-06-14 11:30 +0200
  [PATCH 6/8] x86/mce/mce-inject: Preset the MCE injection struct Borislav Petkov <bp@alien8.de> - 2017-06-13 18:40 +0200
    [tip:ras/core] x86/mce/mce-inject: Preset the MCE injection struct tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-06-14 11:30 +0200

csiph-web