diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-02 05:58:26 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 22:04:36 +0100 |
commit | 59067f7ed491ec95e6e9033e35e1ae726cff3cee (patch) | |
tree | f8ced76b07c63328a1552be35171c3ec8cddfb32 /drivers/media/dvb/frontends/tda18271.h | |
parent | V4L/DVB (6960): tda18271: add support for NXP TDA18271HD/C2 (diff) | |
download | linux-59067f7ed491ec95e6e9033e35e1ae726cff3cee.tar.xz linux-59067f7ed491ec95e6e9033e35e1ae726cff3cee.zip |
V4L/DVB (6961): tda18271: move common code to tda18271-common.c
Move some common code to a new file to make this easier to look at.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda18271.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271.h b/drivers/media/dvb/frontends/tda18271.h index b98a9331c590..f53568103311 100644 --- a/drivers/media/dvb/frontends/tda18271.h +++ b/drivers/media/dvb/frontends/tda18271.h @@ -1,7 +1,7 @@ /* tda18271.h - header for the Philips / NXP TDA18271 silicon tuner - Copyright (C) 2007 Michael Krufky (mkrufky@linuxtv.org) + Copyright (C) 2007, 2008 Michael Krufky <mkrufky@linuxtv.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |