Commit 0e65c6fa authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] remove duplicate module alias

ALSA Core
Remove duplicate MODULE_ALIAS for the snd module.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent baa3cb67
......@@ -48,7 +48,6 @@ module_param(major, int, 0444);
MODULE_PARM_DESC(major, "Major # for sound driver.");
module_param(cards_limit, int, 0444);
MODULE_PARM_DESC(cards_limit, "Count of auto-loadable soundcards.");
MODULE_ALIAS_CHARDEV_MAJOR(CONFIG_SND_MAJOR);
#ifdef CONFIG_DEVFS_FS
module_param(device_mode, int, 0444);
MODULE_PARM_DESC(device_mode, "Device file permission mask for devfs.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment