Re: [PATCH 1/2] arch/x86: Fix sparse warning symbol not declared

2017-02-12 Thread Thomas Gleixner
On Sun, 12 Feb 2017, Tobin C. Harding wrote: A few nitpicks. > Subject: [PATCH 1/2] arch/x86: Fix sparse warning symbol not declared arch/x86: is not the correct prefix. Run git log on a file to figure out what the usual prefix is. The file was checked in with 'purgatory', but I&

[PATCH 1/2] arch/x86: Fix sparse warning symbol not declared

2017-02-11 Thread Tobin C. Harding
This patch adds static declaration to a number of variables. Fixes sparse symbol was not declared warnings. Signed-off-by: Tobin C. Harding --- arch/x86/purgatory/purgatory.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/x86/purgatory/purgatory.c b/arch/x86/