diff options
Diffstat (limited to 'drivers/dma/pch_dma.c')
-rw-r--r-- | drivers/dma/pch_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c index 987ab5cd2617..eca1c4ddf039 100644 --- a/drivers/dma/pch_dma.c +++ b/drivers/dma/pch_dma.c | |||
@@ -843,7 +843,7 @@ static int pch_dma_resume(struct pci_dev *pdev) | |||
843 | } | 843 | } |
844 | #endif | 844 | #endif |
845 | 845 | ||
846 | static int __devinit pch_dma_probe(struct pci_dev *pdev, | 846 | static int pch_dma_probe(struct pci_dev *pdev, |
847 | const struct pci_device_id *id) | 847 | const struct pci_device_id *id) |
848 | { | 848 | { |
849 | struct pch_dma *pd; | 849 | struct pch_dma *pd; |
@@ -1022,7 +1022,7 @@ static struct pci_driver pch_dma_driver = { | |||
1022 | .name = DRV_NAME, | 1022 | .name = DRV_NAME, |
1023 | .id_table = pch_dma_id_table, | 1023 | .id_table = pch_dma_id_table, |
1024 | .probe = pch_dma_probe, | 1024 | .probe = pch_dma_probe, |
1025 | .remove = __devexit_p(pch_dma_remove), | 1025 | .remove = pch_dma_remove, |
1026 | #ifdef CONFIG_PM | 1026 | #ifdef CONFIG_PM |
1027 | .suspend = pch_dma_suspend, | 1027 | .suspend = pch_dma_suspend, |
1028 | .resume = pch_dma_resume, | 1028 | .resume = pch_dma_resume, |