[PATCH 0/2] arch/x86: Fix sparse warning

From: Tobin C. Harding
Date: Sun Feb 12 2017 - 01:45:14 EST


This series fixes multiple occurences of sparse warning, 'symbol
is not declared. Should it be static?'. Initial patch adds 'static'
keyword to variable declarations. Second patch declares function in
order to clear same warning.

Tobin C. Harding (2):
arch/x86: Fix sparse warning symbol not declared
arch/x86: Fix sparse warning symbol not declared

arch/x86/purgatory/purgatory.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

--
2.7.4