summaryrefslogtreecommitdiff
path: root/v4l_experimental
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-12-25 16:45:31 +0000
committerMichael Krufky <devnull@localhost>2005-12-25 16:45:31 +0000
commit908cf757772da878ab5aa49a1253834bacfe9e5e (patch)
tree24d64bd23e8b630666147056fe11b6374cb575ea /v4l_experimental
parent7a86e4ab4db0c4812198b23daa70b36d271a2c36 (diff)
downloadmediapointer-dvb-s2-908cf757772da878ab5aa49a1253834bacfe9e5e.tar.gz
mediapointer-dvb-s2-908cf757772da878ab5aa49a1253834bacfe9e5e.tar.bz2
fix build for 2.6.14, based on patch (hwmon: hwmon vs i2c, second round (01/11))
- fix build for 2.6.14, based on: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9fc6adfa9adf2be84119a3c2592287f33bd1dff2 Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l_experimental')
-rw-r--r--v4l_experimental/v3tv/vpx3224.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/v4l_experimental/v3tv/vpx3224.c b/v4l_experimental/v3tv/vpx3224.c
index 76a7b152a..5e4a10694 100644
--- a/v4l_experimental/v3tv/vpx3224.c
+++ b/v4l_experimental/v3tv/vpx3224.c
@@ -1060,7 +1060,7 @@ static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END };
// static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END };
static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END };
// static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END };
-static unsigned short force[2] = { I2C_CLIENT_END, I2C_CLIENT_END };
+// static unsigned short force[2] = { I2C_CLIENT_END, I2C_CLIENT_END };
static struct i2c_client_address_data addr_data = {
.normal_i2c = normal_i2c,
@@ -1069,7 +1069,6 @@ static struct i2c_client_address_data addr_data = {
// .probe_range = probe_range,
.ignore = ignore,
// .ignore_range = ignore_range,
- .force = force
};
/* Maintain a count of registered clients */