dma: remove use of __devexit_p
[deliverable/linux.git] / drivers / dma / sa11x0-dma.c
index b893159c1ecb0c9f1ff68d667f8df5fc0cedeb80..1255d9b2c3dd479547fb64d8d62f8b6a0a9fe61f 100644 (file)
@@ -1072,7 +1072,7 @@ static struct platform_driver sa11x0_dma_driver = {
                .pm     = &sa11x0_dma_pm_ops,
        },
        .probe          = sa11x0_dma_probe,
-       .remove         = __devexit_p(sa11x0_dma_remove),
+       .remove         = sa11x0_dma_remove,
 };
 
 bool sa11x0_dma_filter_fn(struct dma_chan *chan, void *param)
This page took 0.026622 seconds and 5 git commands to generate.