|
@@ -865,7 +865,7 @@ static int bf5xx_nand_resume(struct platform_device *dev)
|
|
|
/* driver device registration */
|
|
|
static struct platform_driver bf5xx_nand_driver = {
|
|
|
.probe = bf5xx_nand_probe,
|
|
|
- .remove = __devexit_p(bf5xx_nand_remove),
|
|
|
+ .remove = bf5xx_nand_remove,
|
|
|
.suspend = bf5xx_nand_suspend,
|
|
|
.resume = bf5xx_nand_resume,
|
|
|
.driver = {
|