diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-01 23:58:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:36 -0500 |
commit | 59067f7ed491ec95e6e9033e35e1ae726cff3cee (patch) | |
tree | f8ced76b07c63328a1552be35171c3ec8cddfb32 /drivers/media/dvb/frontends/tda18271-tables.c | |
parent | 255b5113b4ed683898a24e381155c081f03411f7 (diff) |
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-tables.c')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271-tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-tables.c b/drivers/media/dvb/frontends/tda18271-tables.c index 3042e5c873ef..46f1d4ddda34 100644 --- a/drivers/media/dvb/frontends/tda18271-tables.c +++ b/drivers/media/dvb/frontends/tda18271-tables.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | tda18271-tables.c - driver for the Philips / NXP TDA18271 silicon tuner | 2 | tda18271-tables.c - driver for the Philips / NXP TDA18271 silicon tuner |
3 | 3 | ||
4 | Copyright (C) 2007 Michael Krufky (mkrufky@linuxtv.org) | 4 | Copyright (C) 2007, 2008 Michael Krufky <mkrufky@linuxtv.org> |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |