|
@@ -1836,7 +1836,7 @@ static struct platform_driver sh_mobile_ceu_driver = {
|
|
.pm = &sh_mobile_ceu_dev_pm_ops,
|
|
.pm = &sh_mobile_ceu_dev_pm_ops,
|
|
},
|
|
},
|
|
.probe = sh_mobile_ceu_probe,
|
|
.probe = sh_mobile_ceu_probe,
|
|
- .remove = __exit_p(sh_mobile_ceu_remove),
|
|
|
|
|
|
+ .remove = __devexit_p(sh_mobile_ceu_remove),
|
|
};
|
|
};
|
|
|
|
|
|
static int __init sh_mobile_ceu_init(void)
|
|
static int __init sh_mobile_ceu_init(void)
|