diff options
Diffstat (limited to 'drivers/dma/pch_dma.c')
-rw-r--r-- | drivers/dma/pch_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c index 3533948b88ba..92b679024fed 100644 --- a/drivers/dma/pch_dma.c +++ b/drivers/dma/pch_dma.c | |||
@@ -926,6 +926,7 @@ static void __devexit pch_dma_remove(struct pci_dev *pdev) | |||
926 | static const struct pci_device_id pch_dma_id_table[] = { | 926 | static const struct pci_device_id pch_dma_id_table[] = { |
927 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH_DMA_8CH), 8 }, | 927 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH_DMA_8CH), 8 }, |
928 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH_DMA_4CH), 4 }, | 928 | { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PCH_DMA_4CH), 4 }, |
929 | { 0, }, | ||
929 | }; | 930 | }; |
930 | 931 | ||
931 | static struct pci_driver pch_dma_driver = { | 932 | static struct pci_driver pch_dma_driver = { |