ahci: drop unused board_ahci_noncq
authorNiklas Cassel <cassel@kernel.org>
Wed, 14 Feb 2024 13:00:11 +0000 (14:00 +0100)
committerNiklas Cassel <cassel@kernel.org>
Mon, 19 Feb 2024 08:51:56 +0000 (09:51 +0100)
commit8d6cfedec1c0c308e0dc8b599d58884b3119b172
treeb415a551eb0fbb832fd06439070022ab47c543dd
parentbf6f1581d121d4723daf46ccd8d1a91d99e39b6d
ahci: drop unused board_ahci_noncq

Since commit 66a7cbc303f4 ("ahci: disable MSI instead of NCQ on Samsung
pci-e SSDs on macbooks") there is not a single entry in ahci_pci_tbl
which uses board_ahci_noncq.

Since this is dead code, let's remove it.
We cannot remove AHCI_HFLAG_NO_NCQ, as this flag is still used by other
boards.

Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Niklas Cassel <cassel@kernel.org>
drivers/ata/ahci.c