Commit 6ab97f25 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: jack: Remove MODULE_*() macros

The jack interface is statically included in sound core.  Having
doubly module information is rather confusing.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 98d8fc6c
......@@ -372,7 +372,3 @@ void snd_jack_report(struct snd_jack *jack, int status)
}
EXPORT_SYMBOL(snd_jack_report);
MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.com>");
MODULE_DESCRIPTION("Jack detection support for ALSA");
MODULE_LICENSE("GPL");
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