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:
7d11c53
)
V4L/DVB (6450): tda9887: add missing module license
author
Michael Krufky
<mkrufky@linuxtv.org>
Sat, 27 Oct 2007 05:17:19 +0000
(
02:17
-0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 25 Jan 2008 21:01:15 +0000
(19:01 -0200)
This module was always GPL, and will remain GPL
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tda9887.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tda9887.c
b/drivers/media/video/tda9887.c
index 4f5d76ff0b4458e27bacc335c59e09c4ac22aabe..080bd308073bc7a9336a8f1087eb5423bd04e022 100644
(file)
--- a/
drivers/media/video/tda9887.c
+++ b/
drivers/media/video/tda9887.c
@@
-666,6
+666,8
@@
int tda9887_attach(struct tuner *t)
}
EXPORT_SYMBOL_GPL(tda9887_attach);
+MODULE_LICENSE("GPL");
+
/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* ---------------------------------------------------------------------------