sound/oss/ac97_codec.c: restore MODULE_LICENSE
authorAdrian Bunk <[email protected]>
Sun, 30 Mar 2008 16:53:23 +0000 (19:53 +0300)
committerLinus Torvalds <[email protected]>
Sun, 30 Mar 2008 21:46:11 +0000 (14:46 -0700)
I accidentally removed the module license from sound/oss/ac97_codec.c in
commit 83bad1d764b836a482b88e0a1f44d7a5c3e1fee0 ("scheduled OSS driver
removal")

Spotted by Roland <[email protected]>.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
sound/oss/ac97_codec.c

index 87a672680761305330366b68091877db6cdbc544..b63839e8f9bd13c344c1efdcf6f45d7eff434b94 100644 (file)
@@ -1202,3 +1202,5 @@ static int pt101_init(struct ac97_codec * codec)
 
 EXPORT_SYMBOL(ac97_probe_codec);
 
+MODULE_LICENSE("GPL");
+