diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-27 01:17:19 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-27 01:17:19 -0400 |
commit | 55c585d89d06e29009f8bdc652c54e3de0993c4a (patch) | |
tree | 43c2c309df39acdcb2219906b6875d930360d2c2 /linux/drivers/media | |
parent | d34b4355e00c810272a89a506d26385553ae23e2 (diff) | |
download | mediapointer-dvb-s2-55c585d89d06e29009f8bdc652c54e3de0993c4a.tar.gz mediapointer-dvb-s2-55c585d89d06e29009f8bdc652c54e3de0993c4a.tar.bz2 |
tda9887: add missing module license
From: Michael Krufky <mkrufky@linuxtv.org>
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>
---
linux/drivers/media/video/tda9887.c | 2 ++
1 file changed, 2 insertions(+)
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/tda9887.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c index 48a7de63e..e21345147 100644 --- a/linux/drivers/media/video/tda9887.c +++ b/linux/drivers/media/video/tda9887.c @@ -677,6 +677,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. * --------------------------------------------------------------------------- |