]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/dma/sh/shdma.c
Drivers: dma: remove __dev* attributes.
[karo-tx-linux.git] / drivers / dma / sh / shdma.c
index 8201bb4e0cd7f74397bf1bd4d0960d4ed6cb9a6e..3315e4be9b854e6b100fcfe002b3d616190fbe25 100644 (file)
@@ -880,7 +880,7 @@ ermrdmars:
        return err;
 }
 
-static int __devexit sh_dmae_remove(struct platform_device *pdev)
+static int sh_dmae_remove(struct platform_device *pdev)
 {
        struct sh_dmae_device *shdev = platform_get_drvdata(pdev);
        struct dma_device *dma_dev = &shdev->shdma_dev.dma_dev;