Skip to content

Commit

Permalink
sound/oss/ac97_codec.c: restore MODULE_LICENSE
Browse files Browse the repository at this point in the history
I accidentally removed the module license from sound/oss/ac97_codec.c in
commit 83bad1d ("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>
  • Loading branch information
AdrianBunk authored and torvalds committed Mar 30, 2008
1 parent f698f1f commit d6e4218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/oss/ac97_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1202,3 +1202,5 @@ static int pt101_init(struct ac97_codec * codec)

EXPORT_SYMBOL(ac97_probe_codec);

MODULE_LICENSE("GPL");

0 comments on commit d6e4218

Please sign in to comment.