|
@@ -824,7 +824,7 @@ static int __devexit snd_portman_remove(struct platform_device *pdev)
|
|
|
|
|
|
static struct platform_driver snd_portman_driver = {
|
|
static struct platform_driver snd_portman_driver = {
|
|
.probe = snd_portman_probe,
|
|
.probe = snd_portman_probe,
|
|
- .remove = __dev_exit_p(snd_portman_remove),
|
|
|
|
|
|
+ .remove = __devexit_p(snd_portman_remove),
|
|
.driver = {
|
|
.driver = {
|
|
.name = PLATFORM_DRIVER
|
|
.name = PLATFORM_DRIVER
|
|
}
|
|
}
|