diff options
Diffstat (limited to 'drivers/dma/ioat/dma_v2.c')
-rw-r--r-- | drivers/dma/ioat/dma_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioat/dma_v2.c b/drivers/dma/ioat/dma_v2.c index b9d667851445..82d4e306c32e 100644 --- a/drivers/dma/ioat/dma_v2.c +++ b/drivers/dma/ioat/dma_v2.c | |||
@@ -862,7 +862,7 @@ struct kobj_type ioat2_ktype = { | |||
862 | .default_attrs = ioat2_attrs, | 862 | .default_attrs = ioat2_attrs, |
863 | }; | 863 | }; |
864 | 864 | ||
865 | int __devinit ioat2_dma_probe(struct ioatdma_device *device, int dca) | 865 | int ioat2_dma_probe(struct ioatdma_device *device, int dca) |
866 | { | 866 | { |
867 | struct pci_dev *pdev = device->pdev; | 867 | struct pci_dev *pdev = device->pdev; |
868 | struct dma_device *dma; | 868 | struct dma_device *dma; |