diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-30 12:53:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-30 17:46:11 -0400 |
commit | d6e4218e28b75c4701a8c8d12e989de1dc97c182 (patch) | |
tree | 923e3768bc000af696f4fea459e8e566786c6fda /sound | |
parent | f698f1f7ad69f700dd1c754aa2b4aa7acbd51703 (diff) |
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 <devzero@web.de>.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/ac97_codec.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
1202 | 1202 | ||
1203 | EXPORT_SYMBOL(ac97_probe_codec); | 1203 | EXPORT_SYMBOL(ac97_probe_codec); |
1204 | 1204 | ||
1205 | MODULE_LICENSE("GPL"); | ||
1206 | |||