]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/dma/dw_dmac.c
Drivers: dma: remove __dev* attributes.
[karo-tx-linux.git] / drivers / dma / dw_dmac.c
index 8f0b111af4de435c75f62d0e1b85ac3db2d38f6e..3e8ba02ba29227a89d4950b18d64811c7b9b5667 100644 (file)
@@ -1634,7 +1634,7 @@ static int dw_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit dw_remove(struct platform_device *pdev)
+static int dw_remove(struct platform_device *pdev)
 {
        struct dw_dma           *dw = platform_get_drvdata(pdev);
        struct dw_dma_chan      *dwc, *_dwc;