]> err.no Git - linux-2.6/blobdiff - drivers/media/video/adv7175.c
[PATCH] I2C: Kill address ranges in non-sensors i2c chip drivers
[linux-2.6] / drivers / media / video / adv7175.c
index 95d0974b0ab53497a6163d537ec3614cf082f495..2d5fa44fcd4d7c49c5b57b2ade9f7a783cc9c305 100644 (file)
@@ -434,21 +434,15 @@ static unsigned short normal_i2c[] =
        I2C_ADV7176 >> 1, (I2C_ADV7176 >> 1) + 1,
        I2C_CLIENT_END
 };
-static unsigned short normal_i2c_range[] = { I2C_CLIENT_END };
 
 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 struct i2c_client_address_data addr_data = {
        .normal_i2c             = normal_i2c,
-       .normal_i2c_range       = normal_i2c_range,
        .probe                  = probe,
-       .probe_range            = probe_range,
        .ignore                 = ignore,
-       .ignore_range           = ignore_range,
        .force                  = force
 };