Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932888Ab0BEN5I (ORCPT ); Fri, 5 Feb 2010 08:57:08 -0500 Received: from Cpsmtpm-eml109.kpnxchange.com ([195.121.3.13]:62574 "EHLO CPSMTPM-EML109.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932621Ab0BEN5G (ORCPT ); Fri, 5 Feb 2010 08:57:06 -0500 From: Frans Pop To: Christoph Egger Subject: Re: [PATCH] non-existant config in kernel source (CONFIG_AHCI) Date: Fri, 5 Feb 2010 14:57:00 +0100 User-Agent: KMail/1.9.9 Cc: jgarzik@pobox.com, knan-lkml@anduin.net, bzolnier@gmail.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, vamos@i4.informatik.uni-erlangen.de, alan@lxorguk.ukuu.org.uk References: <20100205132959.GB6874@faui49.informatik.uni-erlangen.de> In-reply-To: <20100205132959.GB6874@faui49.informatik.uni-erlangen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201002051457.04135.elendil@planet.nl> X-OriginalArrivalTime: 05 Feb 2010 13:57:04.0168 (UTC) FILETIME=[18D31A80:01CAA66B] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 669 Lines: 19 Christoph Egger wrote: > --- a/drivers/ata/pata_marvell.c > +++ b/drivers/ata/pata_marvell.c > @@ -147,7 +147,7 @@ static int marvell_init_one (struct pci_dev *pdev, > if (pdev->device == 0x6101) > ppi[1] = &ata_dummy_port_info; > > -#if defined(CONFIG_AHCI) || defined(CONFIG_AHCI_MODULE) > +#if defined(CONFIG_SATA_AHCI) || defined(SATA_CONFIG_AHCI_MODULE) Shouldn't the last be CONFIG_SATA_AHCI_MODULE ? Cheers, FJP -- 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/