Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755547AbYKUPDg (ORCPT ); Fri, 21 Nov 2008 10:03:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753660AbYKUPD1 (ORCPT ); Fri, 21 Nov 2008 10:03:27 -0500 Received: from ey-out-2122.google.com ([74.125.78.24]:5701 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753566AbYKUPD1 (ORCPT ); Fri, 21 Nov 2008 10:03:27 -0500 Message-ID: <154e089b0811210703h3b63273et77acddfc0e6612e8@mail.gmail.com> Date: Fri, 21 Nov 2008 16:03:24 +0100 From: "Hannes Eder" To: "Takashi Iwai" , "Jaroslav Kysela" , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [PATCH] ALSA: hda - fix sparse warning MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 886 Lines: 27 Fix the following sparse warning: sound/pci/hda/patch_nvhdmi.c:161:25: warning: symbol 'snd_hda_preset_nvhdmi' was not declared. Should it be static? Signed-off-by: Hannes Eder --- sound/pci/hda/patch_nvhdmi.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c index 2eed2c8..1360d54 100644 --- a/sound/pci/hda/patch_nvhdmi.c +++ b/sound/pci/hda/patch_nvhdmi.c @@ -28,6 +28,7 @@ #include #include "hda_codec.h" #include "hda_local.h" +#include "hda_patch.h" struct nvhdmi_spec { struct hda_multi_out multiout; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/