[PATCH] libata: kill unused xfer_mode functions
authorTejun Heo <htejun@gmail.com>
Sun, 5 Mar 2006 19:31:57 +0000 (04:31 +0900)
committerJeff Garzik <jeff@garzik.org>
Sun, 12 Mar 2006 00:03:39 +0000 (19:03 -0500)
commit75f554bc139461a5a926fad6a6fa90433a00a117
tree6b2366e670df743e0cd17e5e01c4807d92b6c163
parenta6d5a51cf1bf5d83ddd2e06fd372a79b395fb393
[PATCH] libata: kill unused xfer_mode functions

Preceding xfer_mask changes make the following functions unused.

  ata_pio_modes(), base_from_shift(), ata_pr_blacklisted(), fgb()

Kill them.  Also, as xfer_mode_str[] is now only used by
ata_mode_string(), move it into the function.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-core.c