Skip to content

Commit 92641cc

Browse files
committed
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
1 parent 2d95e8d commit 92641cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/ac97_bus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ module_exit(ac97_bus_exit);
9595

9696
EXPORT_SYMBOL(ac97_bus_type);
9797

98+
MODULE_DESCRIPTION("Legacy AC97 bus interface");
9899
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)