ALSA: jack: Remove MODULE_*() macros
authorTakashi Iwai <tiwai@suse.de>
Thu, 21 May 2015 09:31:40 +0000 (11:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 21 May 2015 09:32:51 +0000 (11:32 +0200)
The jack interface is statically included in sound core.  Having
doubly module information is rather confusing.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/jack.c

index eb66327..7237acb 100644 (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");