diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-02 01:35:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:04:35 -0200 |
commit | dec9ccceef9bfd5f3cccc79e90b09f6c31ed3279 (patch) | |
tree | 5c36a6bd09ba54ed099ba86b6e34529652b17bfc /drivers/media | |
parent | 95af8a26cba55222d6a1beda7970431b4fbbbdd6 (diff) |
V4L/DVB (6959): tda18271: add MODULE_VERSION
version 0.1
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271-fe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-fe.c b/drivers/media/dvb/frontends/tda18271-fe.c index 98ee6b1ff8a..2c873ae6e8c 100644 --- a/drivers/media/dvb/frontends/tda18271-fe.c +++ b/drivers/media/dvb/frontends/tda18271-fe.c @@ -866,6 +866,7 @@ EXPORT_SYMBOL_GPL(tda18271_attach); MODULE_DESCRIPTION("NXP TDA18271HD analog / digital tuner driver"); MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); MODULE_LICENSE("GPL"); +MODULE_VERSION("0.1"); /* * Overrides for Emacs so that we follow Linus's tabbing style. |