x86 mce_64.c: make struct mcelog static
This patch makes the needlessly global struct mcelog static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -63,7 +63,7 @@ static DECLARE_WAIT_QUEUE_HEAD(mce_wait);
|
|||||||
* separate MCEs from kernel messages to avoid bogus bug reports.
|
* separate MCEs from kernel messages to avoid bogus bug reports.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct mce_log mcelog = {
|
static struct mce_log mcelog = {
|
||||||
MCE_LOG_SIGNATURE,
|
MCE_LOG_SIGNATURE,
|
||||||
MCE_LOG_LEN,
|
MCE_LOG_LEN,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user