aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra30-mc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memory/tegra30-mc.c')
-rw-r--r--drivers/memory/tegra30-mc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/memory/tegra30-mc.c b/drivers/memory/tegra30-mc.c
index cb639b1cd5e9..e56ff04eb5cc 100644
--- a/drivers/memory/tegra30-mc.c
+++ b/drivers/memory/tegra30-mc.c
@@ -365,14 +365,8 @@ static int __devinit tegra30_mc_probe(struct platform_device *pdev)
365 return 0; 365 return 0;
366} 366}
367 367
368static int __devexit tegra30_mc_remove(struct platform_device *pdev)
369{
370 return 0;
371}
372
373static struct platform_driver tegra30_mc_driver = { 368static struct platform_driver tegra30_mc_driver = {
374 .probe = tegra30_mc_probe, 369 .probe = tegra30_mc_probe,
375 .remove = __devexit_p(tegra30_mc_remove),
376 .driver = { 370 .driver = {
377 .name = DRV_NAME, 371 .name = DRV_NAME,
378 .owner = THIS_MODULE, 372 .owner = THIS_MODULE,