From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965069AbXAYB2N (ORCPT ); Wed, 24 Jan 2007 20:28:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965098AbXAYB2M (ORCPT ); Wed, 24 Jan 2007 20:28:12 -0500 Received: from srv5.dvmed.net ([207.36.208.214]:60984 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965069AbXAYB2J (ORCPT ); Wed, 24 Jan 2007 20:28:09 -0500 Message-ID: <45B807A6.8010704@pobox.com> Date: Wed, 24 Jan 2007 20:28:06 -0500 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.9 (X11/20061219) MIME-Version: 1.0 To: Alan CC: linux-kernel@vger.kernel.org, akpm@osdl.org, uwe.koziolek@gmx.net Subject: Re: [PATCH] sata_sis: Support for PATA supports References: <20070108161107.121f196b@localhost.localdomain> In-Reply-To: <20070108161107.121f196b@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.7 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alan wrote: > This is quick rework of the patch Uwe proposed but using Kconfig not > ifdefs and user selection to sort out PATA support. Instead of ifdefs and > requiring the user to select both drivers the SATA driver selects the > PATA one. > > For neatness I've also moved the extern into the function that uses it. > > Two questions really > 1. Do you want the extern in a header file > 2. Is this now neat enough to keep you happy Jeff or shall I do > the library split anyway ? > > Please let me know so I can fire off new versions and try and get > this one submitted for good today. > > Signed-off-by: Alan Cox applied