mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
module: remove never implemented MODULE_SUPPORTED_DEVICE
MODULE_SUPPORTED_DEVICE was added in pre-git era and never was implemented. We can safely remove it, because the kernel has grown to have many more reliable mechanisms to determine if device is supported or not. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e69beeabac
commit
6417f03132
175 changed files with 1 additions and 480 deletions
|
@ -391,4 +391,3 @@ module_exit(xen_drv_fini);
|
|||
MODULE_DESCRIPTION("Xen virtual sound device frontend");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("xen:" XENSND_DRIVER_NAME);
|
||||
MODULE_SUPPORTED_DEVICE("{{ALSA,Virtual soundcard}}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue