diff options
Diffstat (limited to 'sound/drivers/ml403-ac97cr.c')
-rw-r--r-- | sound/drivers/ml403-ac97cr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/drivers/ml403-ac97cr.c b/sound/drivers/ml403-ac97cr.c index b654007331de..ecdbeb6d3603 100644 --- a/sound/drivers/ml403-ac97cr.c +++ b/sound/drivers/ml403-ac97cr.c | |||
@@ -1328,11 +1328,15 @@ static int snd_ml403_ac97cr_remove(struct platform_device *pfdev) | |||
1328 | return 0; | 1328 | return 0; |
1329 | } | 1329 | } |
1330 | 1330 | ||
1331 | /* work with hotplug and coldplug */ | ||
1332 | MODULE_ALIAS("platform:" SND_ML403_AC97CR_DRIVER); | ||
1333 | |||
1331 | static struct platform_driver snd_ml403_ac97cr_driver = { | 1334 | static struct platform_driver snd_ml403_ac97cr_driver = { |
1332 | .probe = snd_ml403_ac97cr_probe, | 1335 | .probe = snd_ml403_ac97cr_probe, |
1333 | .remove = snd_ml403_ac97cr_remove, | 1336 | .remove = snd_ml403_ac97cr_remove, |
1334 | .driver = { | 1337 | .driver = { |
1335 | .name = SND_ML403_AC97CR_DRIVER, | 1338 | .name = SND_ML403_AC97CR_DRIVER, |
1339 | .owner = THIS_MODULE, | ||
1336 | }, | 1340 | }, |
1337 | }; | 1341 | }; |
1338 | 1342 | ||