From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751152AbdBLGpL (ORCPT ); Sun, 12 Feb 2017 01:45:11 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53867 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbdBLGpK (ORCPT ); Sun, 12 Feb 2017 01:45:10 -0500 X-ME-Sender: X-Sasl-enc: r2ke7WjXR0KX/tL0gNBhjqIDLmUuIb95d/L7CCiDdnTH 1486881909 From: "Tobin C. Harding" To: linux-kernel@vger.kernel.org Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, "Tobin C. Harding" Subject: [PATCH 0/2] arch/x86: Fix sparse warning Date: Sun, 12 Feb 2017 17:44:28 +1100 Message-Id: <1486881870-2490-1-git-send-email-me@tobin.cc> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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