From: Bartlomiej Zolnierkiewicz Date: Tue, 6 Jan 2009 16:20:51 +0000 (+0100) Subject: ide: move ide_init_port_data() and friends to ide-probe.c X-Git-Tag: v2.6.29-rc1~231^2~32 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40d1b88f1001f0224c63fa2c008914514bcef33;p=pandora-kernel.git ide: move ide_init_port_data() and friends to ide-probe.c * Move IDE_DEFAULT_MAX_FAILURES to . * Move ide_cfg_mtx, ide_hwif_to_major[], ide_port_init_devices_data(), ide_init_port_data(), ide_init_port_hw() and ide_unregister() to ide-probe.c from ide.c. * Make ide_unregister(), ide_init_port_data(), ide_init_port_hw() and ide_cfg_mtx static. While at it: * Remove stale ide_init_port_data() documentation and ide_lock extern. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed