|
@@ -683,7 +683,7 @@ static struct platform_driver platinum_driver =
|
|
.of_match_table = platinumfb_match,
|
|
.of_match_table = platinumfb_match,
|
|
},
|
|
},
|
|
.probe = platinumfb_probe,
|
|
.probe = platinumfb_probe,
|
|
- .remove = platinumfb_remove,
|
|
|
|
|
|
+ .remove = __devexit_p(platinumfb_remove),
|
|
};
|
|
};
|
|
|
|
|
|
static int __init platinumfb_init(void)
|
|
static int __init platinumfb_init(void)
|