ata: ahci_st: Remove an unused field in struct st_ahci_drv_data
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 1 Apr 2024 12:44:29 +0000 (14:44 +0200)
committerDamien Le Moal <dlemoal@kernel.org>
Tue, 2 Apr 2024 03:18:15 +0000 (12:18 +0900)
commitc88b50a12f962f520dfab0a53ab393f43df9bbd4
tree3838be360284d63c385301873d54cb386d40822a
parent7d899947bca5e1dc2447d9cffb2b31c989e0ceb4
ata: ahci_st: Remove an unused field in struct st_ahci_drv_data

In "struct st_ahci_drv_data", the 'ahci' field is unused.
Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/ahci_st.c