From: Bartlomiej Zolnierkiewicz Date: Wed, 16 Jul 2008 18:33:39 +0000 (+0200) Subject: ide: move ide_pio_cycle_time() to ide-timings.c X-Git-Tag: v2.6.27-rc1~1049^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d6c1a2379373219bb3271bdcbdc0ab2edf349d;p=pandora-kernel.git ide: move ide_pio_cycle_time() to ide-timings.c 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. Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed