projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c6dc5
)
[PATCH] macmodes: needs a license
author
Randy Dunlap
<rdunlap@xenotime.net>
Tue, 14 Jun 2005 05:58:09 +0000
(22:58 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 14 Jun 2005 14:19:35 +0000
(07:19 -0700)
Module needs a license to prevent kernel tainting.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/macmodes.c
patch
|
blob
|
history
diff --git
a/drivers/video/macmodes.c
b/drivers/video/macmodes.c
index de5a0f383600832ec8f216764827376b0e2f66d9..2fc71081f7e7077749ff659ec9176d0c7f75f6c1 100644
(file)
--- a/
drivers/video/macmodes.c
+++ b/
drivers/video/macmodes.c
@@
-387,3
+387,4
@@
int __init mac_find_mode(struct fb_var_screeninfo *var, struct fb_info *info,
}
EXPORT_SYMBOL(mac_find_mode);
+MODULE_LICENSE("GPL");