From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759267AbYFBLte (ORCPT ); Mon, 2 Jun 2008 07:49:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753658AbYFBLt0 (ORCPT ); Mon, 2 Jun 2008 07:49:26 -0400 Received: from gateway-1237.mvista.com ([63.81.120.155]:38648 "EHLO imap.sh.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752553AbYFBLtZ (ORCPT ); Mon, 2 Jun 2008 07:49:25 -0400 Message-ID: <4843DE3F.7040001@ru.mvista.com> Date: Mon, 02 Jun 2008 15:49:19 +0400 From: Sergei Shtylyov Organization: MontaVista Software Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.2) Gecko/20040803 X-Accept-Language: ru, en-us, en-gb MIME-Version: 1.0 To: Bartlomiej Zolnierkiewicz Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 19/21] ide: move ide_pio_cycle_time() to ide-timings.c References: <20080528213944.16327.92950.sendpatchset@localhost.localdomain> <20080528214320.16327.69738.sendpatchset@localhost.localdomain> In-Reply-To: <20080528214320.16327.69738.sendpatchset@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bartlomiej Zolnierkiewicz wrote: > All ide_pio_cycle_time() users already select CONFIG_IDE_TIMINGS > so move the function from ide-lib.c to ide-timings.c. > While at it: > - convert ide_pio_cycle_time() to use ide_timing_find_mode() > - cleanup ide_pio_cycle_time() a bit > There should be no functional changes caused by this patch. > Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Sergei Shtylyov MBR, Sergei