Skip to content

Commit b87c29c

Browse files
basuamdvinodkoul
authored andcommitted
dmaengine: ae4dma: Remove deprecated PCI IDs
Two previously used PCI IDs are deprecated and should not be used for AE4DMA. Hence, remove as they are unsupported for AE4DMA. Fixes: 90a30e2 ("dmaengine: ae4dma: Add AMD ae4dma controller driver") Signed-off-by: Basavaraj Natikar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent b9014a1 commit b87c29c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/dma/amd/ae4dma/ae4dma-pci.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ static void ae4_pci_remove(struct pci_dev *pdev)
137137
}
138138

139139
static const struct pci_device_id ae4_pci_table[] = {
140-
{ PCI_VDEVICE(AMD, 0x14C8), },
141-
{ PCI_VDEVICE(AMD, 0x14DC), },
142140
{ PCI_VDEVICE(AMD, 0x149B), },
143141
/* Last entry must be zero */
144142
{ 0, }

0 commit comments

Comments
 (0)