From: Takashi Iwai Date: Tue, 13 Feb 2007 14:53:22 +0000 (+0100) Subject: [ALSA] Fix a typo in __dev* changes in portman2x4.c X-Git-Tag: v3.12-rc1~31612^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9879951aa1f499e5f9db92f51cd6e7dfb65e78cb;p=kernel%2Fkernel-generic.git [ALSA] Fix a typo in __dev* changes in portman2x4.c Fix a typo in the last __dev* changes in portman2x4.c. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index b43d4c9..b2d0ba4 100644 --- a/sound/drivers/portman2x4.c +++ b/sound/drivers/portman2x4.c @@ -824,7 +824,7 @@ static int __devexit snd_portman_remove(struct platform_device *pdev) static struct platform_driver snd_portman_driver = { .probe = snd_portman_probe, - .remove = __dev_exit_p(snd_portman_remove), + .remove = __devexit_p(snd_portman_remove), .driver = { .name = PLATFORM_DRIVER }