ata: drop unused ata_id_to_hd_driveid()
authorSergey Shtylyov <s.shtylyov@omp.ru>
Fri, 24 Feb 2023 20:40:23 +0000 (23:40 +0300)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Thu, 23 Mar 2023 01:29:25 +0000 (10:29 +0900)
commit8d857540f517501d34e5810a369707a8181d1bbf
treea12d453fbb18726f408e708d7adbdf9b3c276c7d
parentfe027ff984c61f4ac5e79823fef30ced4f46d23d
ata: drop unused ata_id_to_hd_driveid()

This function was renamed from ide_id_to_hd_driveid() and moved from
drivers/ide/ to <linux/ata.h> but it never got used by libata, thus it
became useless after drivers/ide/ removal...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
include/linux/ata.h