]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/dma/timb_dma.c
Drivers: dma: remove __dev* attributes.
[karo-tx-linux.git] / drivers / dma / timb_dma.c
index 98cf51e1544c54d6bf61e98b709fcc5fae6a44de..952f823901a6cb5d168ce0b90f2429383ed5bfc3 100644 (file)
@@ -798,7 +798,7 @@ err_release_region:
 
 }
 
-static int __devexit td_remove(struct platform_device *pdev)
+static int td_remove(struct platform_device *pdev)
 {
        struct timb_dma *td = platform_get_drvdata(pdev);
        struct resource *iomem = platform_get_resource(pdev, IORESOURCE_MEM, 0);