summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/omap-dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/omap-dma.c')
-rw-r--r--arch/arm/mach-omap1/omap-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/omap-dma.c b/arch/arm/mach-omap1/omap-dma.c
index f091f78631d0..aebe5e55ff60 100644
--- a/arch/arm/mach-omap1/omap-dma.c
+++ b/arch/arm/mach-omap1/omap-dma.c
@@ -832,7 +832,7 @@ static void omap_system_dma_remove(struct platform_device *pdev)
static struct platform_driver omap_system_dma_driver = {
.probe = omap_system_dma_probe,
- .remove_new = omap_system_dma_remove,
+ .remove = omap_system_dma_remove,
.driver = {
.name = "omap_dma_system"
},