]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dmaengine: ae4dma: Remove deprecated PCI IDs
authorBasavaraj Natikar <Basavaraj.Natikar@amd.com>
Mon, 3 Feb 2025 16:25:09 +0000 (21:55 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 10 Mar 2025 21:03:27 +0000 (02:33 +0530)
Two previously used PCI IDs are deprecated and should not be used for
AE4DMA. Hence, remove as they are unsupported for AE4DMA.

Fixes: 90a30e268d9b ("dmaengine: ae4dma: Add AMD ae4dma controller driver")
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Link: https://lore.kernel.org/r/20250203162511.911946-2-Basavaraj.Natikar@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/amd/ae4dma/ae4dma-pci.c

index aad0dc4294a3945245737978c077eecf740ccb3a..7f96843f5215e604c426802c0a09268b73dfa189 100644 (file)
@@ -137,8 +137,6 @@ static void ae4_pci_remove(struct pci_dev *pdev)
 }
 
 static const struct pci_device_id ae4_pci_table[] = {
-       { PCI_VDEVICE(AMD, 0x14C8), },
-       { PCI_VDEVICE(AMD, 0x14DC), },
        { PCI_VDEVICE(AMD, 0x149B), },
        /* Last entry must be zero */
        { 0, }