ALSA: ac97: legacy: Add missing module description
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2024 09:11:20 +0000 (11:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 May 2024 08:13:07 +0000 (10:13 +0200)
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
sound/ac97_bus.c

index 7ea274c559005ce49139e323e662938ec3da8831..1484fc178fa45271289ca14d967cd52161820f98 100644 (file)
@@ -95,4 +95,5 @@ module_exit(ac97_bus_exit);
 
 EXPORT_SYMBOL(ac97_bus_type);
 
+MODULE_DESCRIPTION("Legacy AC97 bus interface");
 MODULE_LICENSE("GPL");