commit | a1bb9457f06439f22571e93bddcca63144a08296 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Feb 01 23:09:24 2008 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Feb 01 23:09:24 2008 +0100 |
tree | c4b250183a7b552918fb0b001205d0b81b8ca46d | |
parent | 5c68429dfe8256c6069555e5851838f8e3175f78 [diff] |
ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h> * Move lba_to_msf() and msf_to_lba() to <linux/cdrom.h> (use 'u8' type instead of 'byte' while at it). * Remove msf_to_lba() copy from drivers/cdrom/cdrom.c. Acked-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>