1
0
Fork 0

ALSA: jack: Remove MODULE_*() macros

The jack interface is statically included in sound core.  Having
doubly module information is rather confusing.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Takashi Iwai 2015-05-21 11:31:40 +02:00
parent 98d8fc6c5d
commit 6ab97f25ad
1 changed files with 0 additions and 4 deletions

View File

@ -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");