diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-27 02:17:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:01:15 -0200 |
commit | 5ef4730d1bfe5be71ce54d927c510ad5da968854 (patch) | |
tree | 576438090d250cf4a7c600c2f27c553c8770fe75 | |
parent | 7d11c53c5d909d866dee0ce5db2d6ca1c422edca (diff) |
V4L/DVB (6450): tda9887: add missing module license
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>
-rw-r--r-- | drivers/media/video/tda9887.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c index 4f5d76ff0b4..080bd308073 100644 --- 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. * --------------------------------------------------------------------------- |