summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMichael Krufky2007-10-27 07:17:19 +0200
committerMauro Carvalho Chehab2008-01-25 22:01:15 +0100
commit5ef4730d1bfe5be71ce54d927c510ad5da968854 (patch)
tree576438090d250cf4a7c600c2f27c553c8770fe75 /drivers/media/video/tda9887.c
parentV4L/DVB (6449): tda18271: clean up i2c_gate handling (diff)
downloadkernel-qcow2-linux-5ef4730d1bfe5be71ce54d927c510ad5da968854.tar.gz
kernel-qcow2-linux-5ef4730d1bfe5be71ce54d927c510ad5da968854.tar.xz
kernel-qcow2-linux-5ef4730d1bfe5be71ce54d927c510ad5da968854.zip
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>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 4f5d76ff0b44..080bd308073b 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.
* ---------------------------------------------------------------------------