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