]> Git Repo - linux.git/commitdiff
x86/mcelog: Remove one mce_helper definition
authorSebastian Andrzej Siewior <[email protected]>
Wed, 17 Oct 2018 17:05:53 +0000 (19:05 +0200)
committerBorislav Petkov <[email protected]>
Wed, 17 Oct 2018 22:05:04 +0000 (00:05 +0200)
Commit

  5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog driver")

moved the old interface into one file including mce_helper definition as
static and "extern". Remove one.

Fixes: 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog driver")
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
CC: "H. Peter Anvin" <[email protected]>
CC: Ingo Molnar <[email protected]>
CC: Thomas Gleixner <[email protected]>
CC: Tony Luck <[email protected]>
CC: linux-edac <[email protected]>
CC: x86-ml <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
arch/x86/kernel/cpu/mcheck/dev-mcelog.c

index 97685a0c317513330385cd2943ffc3ebe1e9a829..27f394ac983f6659cd260e766f6ffafa323e8215 100644 (file)
@@ -38,9 +38,6 @@ static struct mce_log_buffer mcelog = {
 
 static DECLARE_WAIT_QUEUE_HEAD(mce_chrdev_wait);
 
-/* User mode helper program triggered by machine check event */
-extern char                    mce_helper[128];
-
 static int dev_mce_log(struct notifier_block *nb, unsigned long val,
                                void *data)
 {
This page took 0.0648 seconds and 4 git commands to generate.