* \return ret
*/
-static int __devinit ltq_deu_probe(struct platform_device *pdev)
+static int ltq_deu_probe(struct platform_device *pdev)
{
int ret = -ENOSYS;
* \ingroup IFX_DEU_FUNCTIONS
* \brief remove the loaded crypto algorithms
*/
-static int __devexit ltq_deu_remove(struct platform_device *pdev)
+static int ltq_deu_remove(struct platform_device *pdev)
{
//#ifdef CONFIG_CRYPTO_DEV_PWR_SAVE_MODE
#if defined(CONFIG_CRYPTO_DEV_DES)
static struct platform_driver ltq_deu_driver = {
.probe = ltq_deu_probe,
- .remove = __devexit_p(ltq_deu_remove),
+ .remove = ltq_deu_remove,
.driver = {
.name = "deu",
.owner = THIS_MODULE,