From: Michael Krufky Date: Sat, 27 Oct 2007 05:17:19 +0000 (-0300) Subject: V4L/DVB (6450): tda9887: add missing module license X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5ef4730d1bfe5be71ce54d927c510ad5da968854;p=deliverable%2Flinux.git V4L/DVB (6450): tda9887: add missing module license This module was always GPL, and will remain GPL Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- 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. * ---------------------------------------------------------------------------