summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra210_ope.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra210_ope.c')
-rw-r--r--sound/soc/tegra/tegra210_ope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra210_ope.c b/sound/soc/tegra/tegra210_ope.c
index 136ed17f3650..e2bc604e8b79 100644
--- a/sound/soc/tegra/tegra210_ope.c
+++ b/sound/soc/tegra/tegra210_ope.c
@@ -407,7 +407,7 @@ static struct platform_driver tegra210_ope_driver = {
.pm = &tegra210_ope_pm_ops,
},
.probe = tegra210_ope_probe,
- .remove_new = tegra210_ope_remove,
+ .remove = tegra210_ope_remove,
};
module_platform_driver(tegra210_ope_driver)