Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89489bfa authored by Abinaya P's avatar Abinaya P
Browse files

platform: msm: remove usage of __devexit_p in 3.18 kernel



__devexit_p is deprecated in 3.18 kernel. Hence, remove the
usage of __devexit_p from the vibrator driver.

Change-Id: I334652ea2d73d80e59a1dca5db11cd25484210b4
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
parent 79ef7b34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ static struct spmi_driver qpnp_vibrator_driver = {
		.pm	= &qpnp_vibrator_pm_ops,
	},
	.probe		= qpnp_vibrator_probe,
	.remove		= __devexit_p(qpnp_vibrator_remove),
	.remove		= qpnp_vibrator_remove,
};

static int __init qpnp_vibrator_init(void)