summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-05-08 12:11:20 +0300
committerTakashi Iwai <tiwai@suse.de>2024-05-09 11:13:07 +0300
commit92641cc5b80499e2af21c965b38b64b4dcabe959 (patch)
treea1e8798e24f2ce3a668cf8ebac250d40ec240236 /sound
parent2d95e8d48499fbb14ee7c1b93c73938bb0751275 (diff)
downloadlinux-92641cc5b80499e2af21c965b38b64b4dcabe959.tar.xz
ALSA: ac97: legacy: Add missing module description
Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(), let's add the missing information. Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Closes: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20240508091128.25274-2-tiwai@suse.de
Diffstat (limited to 'sound')
-rw-r--r--sound/ac97_bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c
index 7ea274c55900..1484fc178fa4 100644
--- a/sound/ac97_bus.c
+++ b/sound/ac97_bus.c
@@ -95,4 +95,5 @@ module_exit(ac97_bus_exit);
EXPORT_SYMBOL(ac97_bus_type);
+MODULE_DESCRIPTION("Legacy AC97 bus interface");
MODULE_LICENSE("GPL");