summaryrefslogtreecommitdiff
path: root/drivers/bus/tegra-aconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bus/tegra-aconnect.c')
-rw-r--r--drivers/bus/tegra-aconnect.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/bus/tegra-aconnect.c b/drivers/bus/tegra-aconnect.c
index ac58142301f4..90e3b0a10816 100644
--- a/drivers/bus/tegra-aconnect.c
+++ b/drivers/bus/tegra-aconnect.c
@@ -53,11 +53,9 @@ static int tegra_aconnect_probe(struct platform_device *pdev)
return 0;
}
-static int tegra_aconnect_remove(struct platform_device *pdev)
+static void tegra_aconnect_remove(struct platform_device *pdev)
{
pm_runtime_disable(&pdev->dev);
-
- return 0;
}
static int tegra_aconnect_runtime_resume(struct device *dev)