diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-08 13:20:33 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-08 13:20:33 +0000 |
commit | 5c0b48f015db129328d61f4220d1b9b50638a10d (patch) | |
tree | 3329dd09b0fd930c5c06445c88070c6ebf52d349 /linux/drivers/media | |
parent | 8079b4d3f382eb7745ec8a3fa4bfa54e696efc26 (diff) | |
download | mediapointer-dvb-s2-5c0b48f015db129328d61f4220d1b9b50638a10d.tar.gz mediapointer-dvb-s2-5c0b48f015db129328d61f4220d1b9b50638a10d.tar.bz2 |
* tuner-core.c:
-removed old comment.
* .bp/2.6/saa7134-update:
- Commented more stuff already at dvb-saa7134
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/tuner-core.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index 9d1e13f67..2b019709b 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-core.c,v 1.54 2005/07/07 19:37:06 mchehab Exp $ + * $Id: tuner-core.c,v 1.55 2005/07/08 13:20:33 mchehab Exp $ * * i2c tv tuner chip device driver * core core, i.e. kernel interfaces, registering and so on @@ -24,10 +24,6 @@ #include <media/audiochip.h> #include "compat.h" -/* - * comment line bellow to return to old behavor, where only one I2C device is supported - */ - #define UNSET (-1U) /* standard i2c insmod options */ |