Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161401AbWATAZi (ORCPT ); Thu, 19 Jan 2006 19:25:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161422AbWATAZi (ORCPT ); Thu, 19 Jan 2006 19:25:38 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:50696 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1161401AbWATAZh (ORCPT ); Thu, 19 Jan 2006 19:25:37 -0500 Date: Fri, 20 Jan 2006 01:25:37 +0100 From: Adrian Bunk To: davej@codemonkey.org.uk Cc: cpufreq@lists.linux.org.uk, linux-kernel@vger.kernel.org Subject: [2.6 patch] X86_GX_SUSPMOD must depend on PCI Message-ID: <20060120002537.GI19398@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1236 Lines: 36 This patch fixes the following compile error: ... CC arch/i386/kernel/cpu/cpufreq/gx-suspmod.o arch/i386/kernel/cpu/cpufreq/gx-suspmod.c: In function 'gx_detect_chipset': arch/i386/kernel/cpu/cpufreq/gx-suspmod.c:193: error: implicit declaration of function 'pci_match_id' arch/i386/kernel/cpu/cpufreq/gx-suspmod.c:193: warning: comparison between pointer and integer make[3]: *** [arch/i386/kernel/cpu/cpufreq/gx-suspmod.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk --- This patch was already sent on: - 21 Nov 2005 --- linux-2.6.15-rc1-mm2-full/arch/i386/kernel/cpu/cpufreq/Kconfig.old 2005-11-21 19:59:21.000000000 +0100 +++ linux-2.6.15-rc1-mm2-full/arch/i386/kernel/cpu/cpufreq/Kconfig 2005-11-21 19:59:48.000000000 +0100 @@ -96,6 +96,7 @@ config X86_GX_SUSPMOD tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation" + depends on PCI help This add the CPUFreq driver for NatSemi Geode processors which support suspend modulation. - 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/