Commit eb8590b504caacb029dea4540e0b0dcc98da4381
Committed by
Vinod Koul
1 parent
c0dfc04ac9
Exists in
master
and in
7 other branches
pch_dma: modify pci device table definition
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/dma/pch_dma.c
... | ... | @@ -961,7 +961,7 @@ |
961 | 961 | #define PCI_DEVICE_ID_ML7223_DMA3_4CH 0x8017 |
962 | 962 | #define PCI_DEVICE_ID_ML7223_DMA4_4CH 0x803B |
963 | 963 | |
964 | -static const struct pci_device_id pch_dma_id_table[] = { | |
964 | +DEFINE_PCI_DEVICE_TABLE(pch_dma_id_table) = { | |
965 | 965 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_EG20T_PCH_DMA_8CH), 8 }, |
966 | 966 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_EG20T_PCH_DMA_4CH), 4 }, |
967 | 967 | { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7213_DMA1_8CH), 8}, /* UART Video */ |