diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-17 20:49:30 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-17 20:49:30 +0000 |
commit | a085c62e8b7277e8802f295059ad35a8fcb73e2e (patch) | |
tree | c1432e4d7a642e299de8690171121fa7a55fcfdc /linux/drivers/media/video/cx88/cx88.h | |
parent | 1a8395bd7f1fd3496f8812dd01d75feb3fe2cd0b (diff) | |
download | mediapointer-dvb-s2-a085c62e8b7277e8802f295059ad35a8fcb73e2e.tar.gz mediapointer-dvb-s2-a085c62e8b7277e8802f295059ad35a8fcb73e2e.tar.bz2 |
* Make.config, Makefile, cx88-core.c, cx88-video.c:
* cx88.h, msp3400.c, saa6752hs.c:
* tda9887.c, tuner-core.c, tvaudio.c, tveeprom.c:
- Remove unneeded config options. Now I2C_CLIENT_MULTI
and I2C_NORMAL_RANGE is checked on the fly.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index e885fc772..7fb2f89e9 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.63 2005/06/12 23:32:13 nsh Exp $ + * $Id: cx88.h,v 1.64 2005/06/17 20:49:30 nsh Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -52,8 +52,6 @@ /* ----------------------------------------------------------- */ /* defines and enums */ -#define V4L2_I2C_CLIENTS 1 - #define FORMAT_FLAGS_PACKED 0x01 #define FORMAT_FLAGS_PLANAR 0x02 |