From: Adrian Bunk Date: Sun, 30 Mar 2008 16:53:23 +0000 (+0300) Subject: sound/oss/ac97_codec.c: restore MODULE_LICENSE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d6e4218e28b75c4701a8c8d12e989de1dc97c182;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git sound/oss/ac97_codec.c: restore MODULE_LICENSE I accidentally removed the module license from sound/oss/ac97_codec.c in commit 83bad1d764b836a482b88e0a1f44d7a5c3e1fee0 ("scheduled OSS driver removal") Spotted by Roland . Signed-off-by: Adrian Bunk Signed-off-by: Linus Torvalds --- diff --git a/sound/oss/ac97_codec.c b/sound/oss/ac97_codec.c index 87a672680761..b63839e8f9bd 100644 --- a/sound/oss/ac97_codec.c +++ b/sound/oss/ac97_codec.c @@ -1202,3 +1202,5 @@ static int pt101_init(struct ac97_codec * codec) EXPORT_SYMBOL(ac97_probe_codec); +MODULE_LICENSE("GPL"); +