dma: remove use of __devexit_p
[deliverable/linux.git] / drivers / dma / sh / shdma.c
index f41bcc5267fdafa94cdafbe20a1560088cde67ea..7dcf4e073186a6806106001055bf5243ada3f0f2 100644 (file)
@@ -926,7 +926,7 @@ static struct platform_driver sh_dmae_driver = {
                .pm     = &sh_dmae_pm,
                .name   = SH_DMAE_DRV_NAME,
        },
-       .remove         = __devexit_p(sh_dmae_remove),
+       .remove         = sh_dmae_remove,
        .shutdown       = sh_dmae_shutdown,
 };
 
This page took 0.024359 seconds and 5 git commands to generate.