diff options
Diffstat (limited to 'drivers/dma/pch_dma.c')
-rw-r--r-- | drivers/dma/pch_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c index eca1c4ddf039..3f2617255ef2 100644 --- a/drivers/dma/pch_dma.c +++ b/drivers/dma/pch_dma.c | |||
@@ -961,7 +961,7 @@ err_free_mem: | |||
961 | return err; | 961 | return err; |
962 | } | 962 | } |
963 | 963 | ||
964 | static void __devexit pch_dma_remove(struct pci_dev *pdev) | 964 | static void pch_dma_remove(struct pci_dev *pdev) |
965 | { | 965 | { |
966 | struct pch_dma *pd = pci_get_drvdata(pdev); | 966 | struct pch_dma *pd = pci_get_drvdata(pdev); |
967 | struct pch_dma_chan *pd_chan; | 967 | struct pch_dma_chan *pd_chan; |