|
@@ -2125,7 +2125,7 @@ static int __devexit omap_system_dma_remove(struct platform_device *pdev)
|
|
|
|
|
|
static struct platform_driver omap_system_dma_driver = {
|
|
|
.probe = omap_system_dma_probe,
|
|
|
- .remove = omap_system_dma_remove,
|
|
|
+ .remove = __devexit_p(omap_system_dma_remove),
|
|
|
.driver = {
|
|
|
.name = "omap_dma_system"
|
|
|
},
|