memory: tegra{20,30}-mc: Remove empty *_remove()

Remove unnecessary empty functions.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
此提交包含在:
Hiroshi DOYU
2012-05-14 19:20:03 +03:00
提交者 Greg Kroah-Hartman
父節點 c313af145b
當前提交 7458eab6f4
共有 2 個檔案被更改,包括 0 行新增12 行删除

查看文件

@@ -241,14 +241,8 @@ static int __devinit tegra20_mc_probe(struct platform_device *pdev)
return 0;
}
static int __devexit tegra20_mc_remove(struct platform_device *pdev)
{
return 0;
}
static struct platform_driver tegra20_mc_driver = {
.probe = tegra20_mc_probe,
.remove = __devexit_p(tegra20_mc_remove),
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,

查看文件

@@ -365,14 +365,8 @@ static int __devinit tegra30_mc_probe(struct platform_device *pdev)
return 0;
}
static int __devexit tegra30_mc_remove(struct platform_device *pdev)
{
return 0;
}
static struct platform_driver tegra30_mc_driver = {
.probe = tegra30_mc_probe,
.remove = __devexit_p(tegra30_mc_remove),
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,