commit | 056a697b7388844a1341e92e277bff8e5bf61ec9 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Feb 17 02:40:24 2007 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Feb 17 02:40:24 2007 +0100 |
tree | b548accd5b90d95e9d774ce6a253164808d527a9 | |
parent | c94964a4555eb58be3f45edf2b63a2b3f549ef29 [diff] |
ide: unexport ide_set_xfer_rate() (v2) In cmd64x, siimage and scc_pata drivers: * don't set drive->init_speed as it should be already set by successful execution of ide_set_xfer_rate() * use hwif->speedproc functions directly Above changes allows removal of EXPORT_SYMBOL_GPL(ide_set_xfer_rate). v2: * updated for scc_pata driver Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>