diff options
Diffstat (limited to 'sound/drivers/portman2x4.c')
| -rw-r--r-- | sound/drivers/portman2x4.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index 6c48772aaefd..b2d0ba4bd184 100644 --- a/sound/drivers/portman2x4.c +++ b/sound/drivers/portman2x4.c | |||
| @@ -811,7 +811,7 @@ __err: | |||
| 811 | return err; | 811 | return err; |
| 812 | } | 812 | } |
| 813 | 813 | ||
| 814 | static int snd_portman_remove(struct platform_device *pdev) | 814 | static int __devexit snd_portman_remove(struct platform_device *pdev) |
| 815 | { | 815 | { |
| 816 | struct snd_card *card = platform_get_drvdata(pdev); | 816 | struct snd_card *card = platform_get_drvdata(pdev); |
| 817 | 817 | ||
| @@ -824,7 +824,7 @@ static int snd_portman_remove(struct platform_device *pdev) | |||
| 824 | 824 | ||
| 825 | static struct platform_driver snd_portman_driver = { | 825 | static struct platform_driver snd_portman_driver = { |
| 826 | .probe = snd_portman_probe, | 826 | .probe = snd_portman_probe, |
| 827 | .remove = snd_portman_remove, | 827 | .remove = __devexit_p(snd_portman_remove), |
| 828 | .driver = { | 828 | .driver = { |
| 829 | .name = PLATFORM_DRIVER | 829 | .name = PLATFORM_DRIVER |
| 830 | } | 830 | } |
| @@ -833,7 +833,7 @@ static struct platform_driver snd_portman_driver = { | |||
| 833 | /********************************************************************* | 833 | /********************************************************************* |
| 834 | * module init stuff | 834 | * module init stuff |
| 835 | *********************************************************************/ | 835 | *********************************************************************/ |
| 836 | static void snd_portman_unregister_all(void) | 836 | static void __init_or_module snd_portman_unregister_all(void) |
| 837 | { | 837 | { |
| 838 | int i; | 838 | int i; |
| 839 | 839 | ||
